Disable bell/messages sounds

This commit is contained in:
Curt Spark 2026-02-25 21:07:41 +00:00
parent 6254a88c62
commit 648a72ad77
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
;; Set custom tab width here
(defvar custom-tab-width 8)
;; Disable bell/messages sound
(set-message-beep 'silent)
;; Temporary file config
(setq backup-directory-alist
`((".*" . ,temporary-file-directory)))