3 lines
63 B
EmacsLisp
3 lines
63 B
EmacsLisp
;; Disable the annoying bell
|
|
(setq ring-bell-function 'ignore)
|
;; Disable the annoying bell
|
|
(setq ring-bell-function 'ignore)
|