doom add emacs local to exclude list

This commit is contained in:
Yannik Buerkle 2024-05-25 21:34:34 +02:00
parent 2f5d6163b3
commit 8abfc4ccc7

View file

@ -91,3 +91,6 @@
'(org-level-5 ((t (:inherit outline-5 :height 1.1))))
(set-face-attribute 'org-document-title nil :height 1.5))
)
(add-to-list 'recentf-exclude
(recentf-expand-file-name "~/.config/emacs/.local"))