From f583f7631e00bba14bd57c2bb02f9c54e0bc30ed Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 8 Mar 2023 10:09:01 -0500 Subject: misisng quote on trailing --- dot_emacs.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_emacs.tmpl b/dot_emacs.tmpl index df50714..0c8076f 100644 --- a/dot_emacs.tmpl +++ b/dot_emacs.tmpl @@ -553,7 +553,7 @@ Otherwise split the current paragraph into one sentence per line." (progn (message-goto-signature) (point))) - (whitespace-style (trailing))) + (whitespace-style '(trailing))) (progn (narrow-to-region body-min body-max) (whitespace-cleanup) -- cgit v1.2.3