From 04408ef5c69919a3192a9cf12c69265308a7915b Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 7 Jan 2020 09:45:46 -0500 Subject: [PATCH] =?UTF-8?q?Use=20=E2=96=BC=20as=20the=20org-ellipsis=20str?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emacs/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index cfcd337..41195ea 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1049,7 +1049,8 @@ Notes, agenda, calendar, blogging, journaling, etc. (jdormit/define-prefix "o" "org") (leader-def-key "oa" 'org-agenda) (leader-def-key "oc" 'org-capture) - (setq org-src-fontify-natively t) + (setq org-src-fontify-natively t + org-ellipsis " ▼") #+END_SRC Use RET to follow links: