diff --git a/configs/shared/.emacs.d/wpc/packages/wpc-misc.el b/configs/shared/.emacs.d/wpc/packages/wpc-misc.el index 18f1e76dd..4a3f2b978 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