diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5cc549d..2c66b81 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -131,6 +131,9 @@ ;; Remember and restore cursor information (save-place-mode 1) +;; Do not print a message when auto-saving +(setq auto-save-no-message t) + ;;;; Desktop ;; (setq desktop-path `(,user-emacs-directory)) ;; (setq desktop-base-file-name "desktop") |