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-08 08:34:02 +0900
commit5ae151118651bbd1250436f7a541f7057705497f (patch)
tree453bb748c65aac9f65082d77b762a48efbf1f294
parent723d4cbe6957d3ada5605efec2e5cbff4c2ff48a (diff)
downloaddotfiles-5ae151118651bbd1250436f7a541f7057705497f.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