From 0828b86eb4d17d9d2575e432fc4743ca3398658b Mon Sep 17 00:00:00 2001 From: Charles Roelli Date: Thu, 29 Jan 2026 15:05:30 +0100 Subject: Enable visible-bell --- .emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index d4784bb..f31d36c 100644 --- a/.emacs +++ b/.emacs @@ -15,7 +15,8 @@ '(send-mail-function 'sendmail-send-it) '(sendmail-program "msmtp") '(user-full-name "Charles Roelli") - '(user-mail-address "charles@aurox.ch")) + '(user-mail-address "charles@aurox.ch") + '(visible-bell t)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- cgit v1.3