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)