emacs: remove newlines around message-elide-ellipsis’s [...]
[~bandali/configs] / .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")