Disable audible terminal bell
This commit is contained in:
parent
249f36ca2f
commit
86bc2f092d
3
init.el
3
init.el
@ -114,6 +114,9 @@
|
|||||||
(setq default-directory (getenv "USERPROFILE"))
|
(setq default-directory (getenv "USERPROFILE"))
|
||||||
(setq default-directory "~/"))
|
(setq default-directory "~/"))
|
||||||
|
|
||||||
|
;; Disable the default terminal bell.
|
||||||
|
(setq ring-bell-function 'ignore)
|
||||||
|
|
||||||
;; Disable some unnecessary byte compilation warnings.
|
;; Disable some unnecessary byte compilation warnings.
|
||||||
(setq byte-compile-warnings '(not
|
(setq byte-compile-warnings '(not
|
||||||
free-vars
|
free-vars
|
||||||
|
Loading…
Reference in New Issue
Block a user