From c31bd5ab5b097ca77e18e7c0a94fe87f23fe7238 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Tue, 24 Sep 2024 11:32:27 +0200 Subject: [PATCH] ADD visible bell --- config_new.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config_new.org b/config_new.org index 330635d..c7ee028 100644 --- a/config_new.org +++ b/config_new.org @@ -57,6 +57,14 @@ * General config +** Bell + +The audible bell is annoying AF. + +#+BEGIN_SRC emacs-lisp +(setq visible-bell 1) +#+END_SRC + ** Enable column numbers #+BEGIN_SRC emacs-lisp