From 1ccc8fa8c499b0938cfd4cf4bf522b41ea2a6aa3 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 14 Jan 2021 22:26:13 +0100 Subject: Make Org ellipses less conspicuous --- .emacs-custom.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs-custom.el') diff --git a/.emacs-custom.el b/.emacs-custom.el index 928e802..4a16bef 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -64,6 +64,7 @@ '(markdown-indent-on-enter 'indent-and-new-item) '(menu-bar-mode nil) '(minibuffer-depth-indicate-mode t) + '(org-ellipsis "…") '(org-fontify-done-headline nil) '(org-fontify-quote-and-verse-blocks t) '(org-startup-indented t) -- cgit v1.2.3