emacs: remove newlines around message-elide-ellipsis’s [...]
authorAmin Bandali <bandali@gnu.org>
Tue, 3 Sep 2019 02:36:45 +0000 (22:36 -0400)
committerAmin Bandali <bandali@gnu.org>
Tue, 3 Sep 2019 02:36:45 +0000 (22:36 -0400)
.emacs.d/init.el

index 589dda3..2063aab 100644 (file)
@@ -2278,7 +2278,8 @@ https://csclub.uwaterloo.ca/~abandali")
   ;; (message-header-subject ((t (:foreground "#111" :weight semi-bold))))
   ;; (message-header-to      ((t (:foreground "#111" :weight normal))))
   ;; (message-header-cc      ((t (:foreground "#333" :weight normal))))
-  )
+  :custom
+  (message-elide-ellipsis "[...]\n"))
 
 (use-feature mml
   :delight " mml")