diff options
Diffstat (limited to '.config/emacs/init.el')
| -rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 34c7295..27b7828 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -24,7 +24,7 @@ :demand t) ;; no custom and lockfiles -(setq custom-file null-device) +(setq custom-file (make-temp-file "emacs-custom-")) (setq create-lockfiles nil) ;; backups in one folder |
