Use ▼ as the org-ellipsis string

This commit is contained in:
Jeremy Dormitzer 2020-01-07 09:45:46 -05:00
parent b97b931588
commit 04408ef5c6

View File

@ -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: