aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Benencia <id@rbenencia.name>2024-10-21 07:57:24 -0700
committerRaúl Benencia <id@rbenencia.name>2024-10-21 07:57:24 -0700
commit6cba11e6077d64660712a886f00fad740a844fd1 (patch)
tree92e98274c062dc0adaaa15add1dd922b1e9aa147
parent812e84f152e76621d09c806c97e1443c3ea1d209 (diff)
emacs: quiet auto-auto-savings
-rw-r--r--.emacs.d/init.el3
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")
nihil fit ex nihilo