diff options
| author | 2025-03-09 21:56:17 +0200 | |
|---|---|---|
| committer | 2025-03-09 23:00:51 +0200 | |
| commit | f49ba8d9ec0b3149cec75adfc3f92b382a826728 (patch) | |
| tree | 0c6ce9db4452c1ce4dbd902980f054f5efb415fc /init.el | |
| parent | Add auth-source, incorporate top-level config (diff) | |
| download | emacs.d-f49ba8d9ec0b3149cec75adfc3f92b382a826728.tar.gz emacs.d-f49ba8d9ec0b3149cec75adfc3f92b382a826728.tar.xz emacs.d-f49ba8d9ec0b3149cec75adfc3f92b382a826728.zip | |
Add cus-edit, incorporate top-level configuration
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -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." |