From 74af73afd06ce751a9584e164e0245ae5d0f34b0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 27 Apr 2017 15:43:55 -0400 Subject: [PATCH] lang/org: org-ellipsis = fontawesome arrow --- modules/lang/org/config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index a89179910..65822d1d8 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -109,7 +109,8 @@ org-adapt-indentation nil org-cycle-separator-lines 1 org-cycle-include-plain-lists t - org-ellipsis " ... " + ;; org-ellipsis " ... " + org-ellipsis "  " org-entities-user '(("flat" "\\flat" nil "" "" "266D" "♭") ("sharp" "\\sharp" nil "" "" "266F" "♯")) org-fontify-done-headline t