summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index bc53e3a5..4da7f9ab 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -584,10 +584,7 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
 
 ;;;; Auto-saving
 
-;; Auto-save everything to a temporary directory, instead of cluttering
-;; the filesystem.  I don’t want emacs-specific lockfiles, either.
-
-(setq auto-save-file-name-transforms `((".*" ,temporary-file-directory t))
+(setq auto-save-default nil
       create-lockfiles nil)
 
 ;;;; Auto-reloading