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:
parent
ae75a9df9c
commit
5a60ab886e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue