ADD visible bell

This commit is contained in:
Laurens Miers 2024-09-24 11:32:27 +02:00
parent edee35724e
commit c31bd5ab5b

View file

@ -57,6 +57,14 @@
* General config * General config
** Bell
The audible bell is annoying AF.
#+BEGIN_SRC emacs-lisp
(setq visible-bell 1)
#+END_SRC
** Enable column numbers ** Enable column numbers
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp