Add org configuration in a separate file

This commit is contained in:
2019-12-07 20:16:04 +01:00
parent c5c491139f
commit 5fb0230f6b
3 changed files with 33 additions and 0 deletions

View File

@@ -24,3 +24,5 @@
(setq backup-directory-alist `(("." . "~/.cache")))
(setq auto-save-list-file-prefix
(concat "~/.cache/emacs"))
;; Load org configuration
(after! org (load! "+org"))