From 3053164cf424c870500049477511c2488951f576 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 14 Feb 2016 12:08:33 +0200 Subject: [PATCH] Disable the annoying bell ring --- core/prelude-ui.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/prelude-ui.el b/core/prelude-ui.el index 3993759..1721b68 100644 --- a/core/prelude-ui.el +++ b/core/prelude-ui.el @@ -44,6 +44,9 @@ ;; the blinking cursor is nothing, but an annoyance (blink-cursor-mode -1) +;; disable the annoying bell ring +(setq ring-bell-function 'ignore) + ;; disable startup screen (setq inhibit-startup-screen t)