Disable audible bell

This commit is contained in:
laurensmiers 2018-07-01 16:22:31 +02:00
parent 878e292440
commit 0079871682

View file

@ -852,6 +852,14 @@ https://github.com/abo-abo/avy
(global-subword-mode 1) (global-subword-mode 1)
#+END_SRC #+END_SRC
** Bell
The audible bell is annoying AF.
#+BEGIN_SRC emacs-lisp
(setq visible-bell 1)
#+END_SRC
* Server * Server
Emacs as a server. Emacs as a server.