about summary refs log tree commit diff
path: root/init-settings.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2014-02-01T20·20+0100
committerVincent Ambo <vincent@spotify.com>2014-02-01T20·20+0100
commit40dfc754d90a9a9876aef5ff5b0a63f4860f03e1 (patch)
treeca8591a1c4b33bce640a75d6a13adbed9eaa63c1 /init-settings.el
parent8a5115d5b5aa2330f861f735ea5fe72f5667c4bb (diff)
Visible bell was annoying
Diffstat (limited to 'init-settings.el')
-rw-r--r--init-settings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-settings.el b/init-settings.el
index 97103a298f..36c3709f24 100644
--- a/init-settings.el
+++ b/init-settings.el
@@ -29,7 +29,7 @@
   (blink-cursor-mode -1))
 
 ; Fix some defaults
-(setq visible-bell t
+(setq visible-bell nil
       inhibit-startup-message t
       color-theme-is-global t
       sentence-end-double-space nil