From 92797ec6373af417b07e6c7ab7b3293e788a2ccb Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 28 May 2024 16:58:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(ui)=20Disable=20visible=20bell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index cef751e..0d1641a 100644 --- a/config.org +++ b/config.org @@ -347,7 +347,7 @@ Source: [[https://stackoverflow.com/a/744681][Stack Overflow: Unable to hide wel ** Replace BEEP by visual-bell #+begin_src emacs-lisp -(setq visible-bell 1) +(setq visible-bell nil) #+end_src ** Disable cursor blinking