diff options
author | Daggerbot <[email protected]> | 2015-08-28 09:42:37 +0000 |
---|---|---|
committer | infirit <[email protected]> | 2015-09-02 11:34:01 +0200 |
commit | 9f166a05aa5fb5ac8ce17f025aebf2a190b52672 (patch) | |
tree | c6891dd290f76882823cebbdc0113ddbf3415324 /plugins/Makefile.am | |
parent | b24934e186456b50d7702192ec3a270926831791 (diff) | |
download | pluma-9f166a05aa5fb5ac8ce17f025aebf2a190b52672.tar.bz2 pluma-9f166a05aa5fb5ac8ce17f025aebf2a190b52672.tar.xz |
Add plugin to strip trailing spaces on save.
Diffstat (limited to 'plugins/Makefile.am')
-rwxr-xr-x | plugins/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
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 |