diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-10T20·33+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-17T10·56+0000 |
commit | 5a60ab886e5ab74e656665c0d67dc1024336f251 (patch) | |
tree | e21cc20976b6cfccc19a9dc7b7bb5845685bf992 /configs/shared/.emacs.d/wpc/packages/wpc-misc.el | |
parent | ae75a9df9cc492fcdc80e11d68f7567f758f2b6a (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.el | 2 |
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 |