Reset the custom-file path for Emacs

I temporarily set it to /tmp/custom.el while I was in the midst of Nixifying my
Emacs setup. Since I'm not Nixified at the moment, I'm reverting this, so that
Emacs doesn't ask me the same questions about loading themes every day.
This commit is contained in:
William Carroll 2020-01-10 20:33:28 +00:00
parent ae75a9df9c
commit 5a60ab886e

View file

@ -13,7 +13,7 @@
(display-time-mode 1)
;; disable custom variable entries from being written to ~/.emacs.d/init.el
(setq custom-file "/tmp/custom.el")
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file 'noerror)
;; integrate Emacs with X11 clipboard