pinwheel: Disable bell in emacs

This commit is contained in:
Alexander Heldt
2023-09-21 21:30:48 +02:00
parent a07b1d58a1
commit 9013b6b47d

View File

@@ -124,6 +124,10 @@
#+END_SRC #+END_SRC
* Look and feel * Look and feel
** Disable bell
#+BEGIN_SRC emacs-lisp
(setq ring-bell-function 'ignore)
#+END_SRC
** Font ** Font
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(set-face-attribute 'default nil :font "DejaVuSansM Nerd Font Mono" :height 160) (set-face-attribute 'default nil :font "DejaVuSansM Nerd Font Mono" :height 160)