diff options
Diffstat (limited to '.emacs.local.d/general.el')
-rw-r--r-- | .emacs.local.d/general.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.local.d/general.el b/.emacs.local.d/general.el index 4b26520..4e1ad01 100644 --- a/.emacs.local.d/general.el +++ b/.emacs.local.d/general.el @@ -135,8 +135,8 @@ ;; Handy key definition (define-key global-map "\M-Q" 'unfill-paragraph) -(setq custom-file "~/.emacs.d/custom.el") -(load custom-file 'noerror) +;; Do not persist customizations +(setq custom-file (make-temp-file "emacs-custom-")) (menu-bar-mode -1) (tool-bar-mode -1) |