summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-09-02 22:36:45 -0400
committerAmin Bandali <bandali@gnu.org>2019-09-02 22:36:45 -0400
commitdb1cc59cf26976518369f6f69f63eac8acfb859f (patch)
tree3472a226fca5e2162de44ab3a4cfe8364bc42e29
parent1fe01703a31b90a7332a02e004a5d3cf89388f68 (diff)
downloadconfigs-db1cc59cf26976518369f6f69f63eac8acfb859f.tar.gz
configs-db1cc59cf26976518369f6f69f63eac8acfb859f.tar.xz
configs-db1cc59cf26976518369f6f69f63eac8acfb859f.zip
emacs: remove newlines around message-elide-ellipsis’s [...]
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
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")