aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-03-08 10:09:01 -0500
committerRyan Kavanagh <rak@rak.ac>2023-03-08 10:09:01 -0500
commitf583f7631e00bba14bd57c2bb02f9c54e0bc30ed (patch)
tree8a093d27c0bb094a17a18329af0e2150bb9b55a3
parentasteria screen layouts (diff)
misisng quote on trailing
-rw-r--r--dot_emacs.tmpl2
1 files changed, 1 insertions, 1 deletions
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)