about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/packages/wpc-misc.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-10T20·33+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-17T10·56+0000
commit5a60ab886e5ab74e656665c0d67dc1024336f251 (patch)
treee21cc20976b6cfccc19a9dc7b7bb5845685bf992 /configs/shared/.emacs.d/wpc/packages/wpc-misc.el
parentae75a9df9cc492fcdc80e11d68f7567f758f2b6a (diff)
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.
Diffstat (limited to 'configs/shared/.emacs.d/wpc/packages/wpc-misc.el')
-rw-r--r--configs/shared/.emacs.d/wpc/packages/wpc-misc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/.emacs.d/wpc/packages/wpc-misc.el b/configs/shared/.emacs.d/wpc/packages/wpc-misc.el
index 18f1e76dd80c..4a3f2b978ee8 100644
--- a/configs/shared/.emacs.d/wpc/packages/wpc-misc.el
+++ b/configs/shared/.emacs.d/wpc/packages/wpc-misc.el
@@ -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