diff options
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -166,6 +166,7 @@ (setq use-short-answers t) (setq inhibit-startup-message t) (setq visible-bell t) +(jao-when-darwin (setq ring-bell-function 'ignore)) ;;;; server (setenv "EDITOR" "emacsclient") |