diff options
| -rw-r--r-- | .emacs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
