summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-16 15:43:58 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-10 15:44:01 +0900
commitae7d030596b5946846591cc8937cbb35713ea3ba (patch)
tree4a586050d08afd5172e6c513180c41cf567b6efc
parent93870f46d85abc310eefe6d474e8de8c0d29b69e (diff)
downloaddotfiles-ae7d030596b5946846591cc8937cbb35713ea3ba.tar.gz
disable system bell on Windows
-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