pinwheel: Disable bell in emacs
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user