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: