Disable bell/messages sounds
This commit is contained in:
parent
6254a88c62
commit
648a72ad77
3
init.el
3
init.el
|
|
@ -6,6 +6,9 @@
|
||||||
;; Set custom tab width here
|
;; Set custom tab width here
|
||||||
(defvar custom-tab-width 8)
|
(defvar custom-tab-width 8)
|
||||||
|
|
||||||
|
;; Disable bell/messages sound
|
||||||
|
(set-message-beep 'silent)
|
||||||
|
|
||||||
;; Temporary file config
|
;; Temporary file config
|
||||||
(setq backup-directory-alist
|
(setq backup-directory-alist
|
||||||
`((".*" . ,temporary-file-directory)))
|
`((".*" . ,temporary-file-directory)))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue