From 6cba11e6077d64660712a886f00fad740a844fd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Mon, 21 Oct 2024 07:57:24 -0700 Subject: emacs: quiet auto-auto-savings --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.d/init.el') 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") -- cgit v1.2.3