summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/init.el b/init.el
index f3f6648..78dc54e 100644
--- a/init.el
+++ b/init.el
@@ -26,8 +26,12 @@
26(defconst shared-dir (expand-file-name "shared" base-dir)) 26(defconst shared-dir (expand-file-name "shared" base-dir))
27 27
28;; Early configurations 28;; Early configurations
29(setq custom-file (expand-file-name "custom.el" shared-dir) 29(setq shared-game-score-directory (expand-file-name "shared-game-score" shared-dir))
30 shared-game-score-directory (expand-file-name "shared-game-score" shared-dir)) 30
31(use-package cus-edit
32 :defer t
33 :custom
34 (custom-file (expand-file-name "custom.el" shared-dir)))
31 35
32(defun $adv-write-to-sane-paths (fn &rest args) 36(defun $adv-write-to-sane-paths (fn &rest args)
33 "Write 3rd party files to `local-config-dir` to keep `user-emacs-directory` clean." 37 "Write 3rd party files to `local-config-dir` to keep `user-emacs-directory` clean."