From 3099e642ce649f58931c17ef6402077a3f04fc18 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 13 Mar 2024 17:45:10 +0100 Subject: [PATCH] Change ellipsis character for Org mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old character had some odd depth in my current font … --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 5df64eb..6c41316 100644 --- a/init.el +++ b/init.el @@ -592,7 +592,7 @@ org-src-fontify-natively t org-src-preserve-indentation t org-src-tab-acts-natively nil - org-ellipsis "⤵" + org-ellipsis "↲" org-fontify-done-headline nil org-cycle-separator-lines 0 org-special-ctrl-a/e t