From c889dc7f70c36f976d112875cf1dd2a3794429ce Mon Sep 17 00:00:00 2001 From: mms Date: Tue, 9 Jul 2024 23:15:14 +0200 Subject: feat: use visible bell --- mms-configuration.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mms-configuration.org b/mms-configuration.org index 35bc735..57b93ba 100644 --- a/mms-configuration.org +++ b/mms-configuration.org @@ -69,6 +69,13 @@ Let's use spaces everywhere #+begin_src emacs-lisp (setq-default indent-tabs-mode nil) #+end_src + +Stop Emacs from using =audible bell= + +#+begin_src emacs-lisp +(setq visible-bell t) +#+end_src + * Package management Recently, I have migrated to Elpaca. -- cgit v1.2.3