summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-04-24 20:08:49 +0200
committerTimo Wilken2023-04-24 20:08:49 +0200
commit1921378227726ac21071e5575d565c3119dc8a38 (patch)
tree2664af159c2b175895192cd0b031240fe265db6c /tw/home.scm
parent4a088926ac1b31647682a678777126a603091791 (diff)
Improve Emacs data file locations
Move `native-compile-target-directory' setup to early-init.el to avoid clutter, and move a couple more data dirs to ~/.local/share.
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 2fdae8f9..8d08ee14 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -415,6 +415,7 @@ auto-expand-secmem
(simple-service 'emacs-config home-xdg-configuration-files-service-type
`(("emacs/include" ,(local-file "home/files/emacs-packages" #:recursive? #t))
+ ("emacs/early-init.el" ,(local-file "home/files/emacs-early-init.el"))
("emacs/init.el" ,(local-file "home/files/emacs-init.el"))
(,(string-append "emacs/" (local-file-name catppuccin-emacs-theme))
,catppuccin-emacs-theme)))