From 9f166a05aa5fb5ac8ce17f025aebf2a190b52672 Mon Sep 17 00:00:00 2001 From: Daggerbot Date: Fri, 28 Aug 2015 09:42:37 +0000 Subject: Add plugin to strip trailing spaces on save. --- plugins/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index c31e071d..f8df8e4d 100755 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -10,7 +10,8 @@ DIST_SUBDIRS = \ sort \ spell \ taglist \ - time + time \ + trailsave SUBDIRS = \ changecase \ @@ -20,7 +21,8 @@ SUBDIRS = \ modelines \ sort \ taglist \ - time + time \ + trailsave if ENABLE_PYTHON SUBDIRS += pythonconsole snippets quickopen -- cgit v1.2.1