bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#1305: All code that currently beeps should use visual bell instead


From: Gregory Heytings
Subject: bug#1305: All code that currently beeps should use visual bell instead
Date: Sun, 18 Apr 2021 15:37:51 +0000



Doom:

 (setq ring-bell-function #'doom-themes-visual-bell-fn
       visible-bell t)


That's not what I see at https://github.com/hlissner/doom-emacs/blob/develop/core/core-ui.el :

(setq uniquify-buffer-name-style 'forward
      ;; no beeping or blinking please
      ring-bell-function #'ignore
      visible-bell nil)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]