From 5ae151118651bbd1250436f7a541f7057705497f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 16 Feb 2015 15:43:58 +0900 Subject: disable system bell on Windows --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3