summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.