🔧 (ui) Disable visible bell
This commit is contained in:
parent
e016111c26
commit
92797ec637
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ Source: [[https://stackoverflow.com/a/744681][Stack Overflow: Unable to hide wel
|
||||||
** Replace BEEP by visual-bell
|
** Replace BEEP by visual-bell
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq visible-bell 1)
|
(setq visible-bell nil)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Disable cursor blinking
|
** Disable cursor blinking
|
||||||
|
|
Loading…
Reference in a new issue