summaryrefslogtreecommitdiff
path: root/config/init-base.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)