emacs: disable alert bell
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user