diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-01-29 15:05:30 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-01-29 15:05:30 +0100 |
| commit | 0828b86eb4d17d9d2575e432fc4743ca3398658b (patch) | |
| tree | 25fa8faf5e9a0c728b5606873ea474a97eab1425 | |
| parent | 8eb601b4fe457c153270e391287af7cab1067c49 (diff) | |
Enable visible-bell
| -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. |
