From 9013b6b47d5740454197e96c61dd2778e99ff4d1 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 21 Sep 2023 21:30:48 +0200 Subject: [PATCH] pinwheel: Disable bell in `emacs` --- hosts/pinwheel/modules/emacs/config.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index c02c5c8..cd66464 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -124,6 +124,10 @@ #+END_SRC * Look and feel +** Disable bell +#+BEGIN_SRC emacs-lisp + (setq ring-bell-function 'ignore) +#+END_SRC ** Font #+BEGIN_SRC emacs-lisp (set-face-attribute 'default nil :font "DejaVuSansM Nerd Font Mono" :height 160)