summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-01-29 15:05:30 +0100
committerCharles Roelli <charles@aurox.ch>2026-01-29 15:05:30 +0100
commit0828b86eb4d17d9d2575e432fc4743ca3398658b (patch)
tree25fa8faf5e9a0c728b5606873ea474a97eab1425
parent8eb601b4fe457c153270e391287af7cab1067c49 (diff)
Enable visible-bell
-rw-r--r--.emacs3
1 files changed, 2 insertions, 1 deletions
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.