1

Disable audible terminal bell

This commit is contained in:
Jessie Hildebrandt 2020-10-26 00:13:41 -04:00
parent 249f36ca2f
commit 86bc2f092d

View File

@ -114,6 +114,9 @@
(setq default-directory (getenv "USERPROFILE"))
(setq default-directory "~/"))
;; Disable the default terminal bell.
(setq ring-bell-function 'ignore)
;; Disable some unnecessary byte compilation warnings.
(setq byte-compile-warnings '(not
free-vars