Disable audible bell
This commit is contained in:
parent
878e292440
commit
0079871682
1 changed files with 8 additions and 0 deletions
|
|
@ -852,6 +852,14 @@ https://github.com/abo-abo/avy
|
|||
(global-subword-mode 1)
|
||||
#+END_SRC
|
||||
|
||||
** Bell
|
||||
|
||||
The audible bell is annoying AF.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq visible-bell 1)
|
||||
#+END_SRC
|
||||
|
||||
* Server
|
||||
|
||||
Emacs as a server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue