summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 5e027579..1245ab74 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -29,6 +29,10 @@
;;;; ---- basic settings ----
+;; no bell on Windows please
+
+(setq ring-bell-function 'ignore)
+
;;; customisation -- must be loaded early so that zenburn theme is
;;; considered safe