From 228f0fa4677d4aa78eb9c568e9c61f0c37df075c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 3 May 2019 07:19:41 -0700 Subject: [emacs] enable pretty entities in org --- emacs.d/custom/fcuny-org.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs.d') diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index a9dcee8..e967e7f 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -19,6 +19,8 @@ (org-default-priority ?4) (org-lowest-priority ?4) + (org-pretty-entities t) + (org-startup-indented t) (org-directory (expand-file-name "~/Documents/notebooks")) (org-default-notes-file (concat org-directory "/inbox.org")) -- cgit 1.4.1