summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 23e4a86..47bf0cb 100644
--- a/init.el
+++ b/init.el
@@ -153,6 +153,8 @@
(setq org-confirm-babel-evaluate nil
org-src-fontify-natively t)
+ (setq org-fontify-done-headline nil)
+
(advice-add
'org-open-file :after
(lambda (path &rest _) (recentf-add-file path))