From ce763e16873e478372b9d46d6fe8622d0b2d8f93 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 2 Nov 2023 16:22:46 +0000 Subject: [PATCH] Enable pretty entities in org files --- home/emacs/modules/custom-org-config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/emacs/modules/custom-org-config.el b/home/emacs/modules/custom-org-config.el index 0976111c..2ab66bd3 100644 --- a/home/emacs/modules/custom-org-config.el +++ b/home/emacs/modules/custom-org-config.el @@ -1,4 +1,6 @@ (setq org-directory "~/Org" + org-pretty-entities t + org-pretty-entities-include-sub-superscripts t org-tags-column 0 org-modern-tag nil org-agenda-files '("~/Org/" "~/Org/journal/" "~/Org/projects/")