emacs: disable alert bell

This commit is contained in:
2020-07-14 09:39:39 -07:00
parent 287b8f8523
commit 809ab22019

View File

@@ -56,6 +56,7 @@ Configure some startup parameters.
(setq inhibit-splash-screen t) ;; disable the splash screen on boot
(menu-bar-mode 0) ;; disable the menu bar
(tool-bar-mode 0) ;; disable the tool bar
(setq alert-bell-function "ignore")
(if (window-system)
(scroll-bar-mode nil)) ;; disable scroll bars
#+END_SRC