From 00798716825b4121dd4496d091ea64bd6b9ca154 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Sun, 1 Jul 2018 16:22:31 +0200 Subject: [PATCH] Disable audible bell --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.org b/config.org index f34dfe9..7d448ed 100644 --- a/config.org +++ b/config.org @@ -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.