diff options
author | Franck Cuny <franck@fcuny.net> | 2024-05-26 14:07:19 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-05-26 14:07:19 -0700 |
commit | 39fed544705ea12381f4df503896b2337189a3dd (patch) | |
tree | 009cc18b00c76a5f46b1753cd873672fbb08f1b8 | |
parent | don't delete init.el with make clean (diff) | |
download | emacs.d-39fed544705ea12381f4df503896b2337189a3dd.tar.gz |
nit
-rw-r--r-- | config/init-base.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/init-base.el b/config/init-base.el index 799dce6..89cd7c1 100644 --- a/config/init-base.el +++ b/config/init-base.el @@ -26,7 +26,7 @@ require-final-newline t auto-save-default nil ;; no autosave backup-inhibited t ;; no backups - completion-ignored-extensions '(".class" ".cp" ".elc" ".fmt" ".git/" ".pyc" ".so" "~")) + custom-file (expand-file-name "lisp/custom.el" user-emacs-directory)) ;; Use UTF-8 everywhere (prefer-coding-system 'utf-8) |