summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-05-03 07:19:41 -0700
committerFranck Cuny <fcuny@twitter.com>2019-05-03 07:19:41 -0700
commit228f0fa4677d4aa78eb9c568e9c61f0c37df075c (patch)
tree146f4d6311669a4167774b82381740dcc97aec65
parent[emacs] once again, font size (diff)
downloademacs.d-228f0fa4677d4aa78eb9c568e9c61f0c37df075c.tar.gz
[emacs] enable pretty entities in org
-rw-r--r--emacs.d/custom/fcuny-org.el2
1 files changed, 2 insertions, 0 deletions
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"))