From: Amin Bandali Date: Tue, 3 Sep 2019 02:36:45 +0000 (-0400) Subject: emacs: remove newlines around message-elide-ellipsis’s [...] X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/db1cc59cf26976518369f6f69f63eac8acfb859f emacs: remove newlines around message-elide-ellipsis’s [...] --- diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 589dda3..2063aab 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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")