summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-05-26 14:07:19 -0700
committerFranck Cuny <franck@fcuny.net>2024-05-26 14:07:19 -0700
commit39fed544705ea12381f4df503896b2337189a3dd (patch)
tree009cc18b00c76a5f46b1753cd873672fbb08f1b8 /config
parentdon't delete init.el with make clean (diff)
downloademacs.d-39fed544705ea12381f4df503896b2337189a3dd.tar.gz
nit
Diffstat (limited to 'config')
-rw-r--r--config/init-base.el2
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)