diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-05-03 07:19:41 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-05-03 07:19:41 -0700 |
commit | 228f0fa4677d4aa78eb9c568e9c61f0c37df075c (patch) | |
tree | 146f4d6311669a4167774b82381740dcc97aec65 /emacs.d | |
parent | [emacs] once again, font size (diff) | |
download | emacs.d-228f0fa4677d4aa78eb9c568e9c61f0c37df075c.tar.gz |
[emacs] enable pretty entities in org
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-org.el | 2 |
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")) |