Disable the annoying bell ring

This commit is contained in:
Bozhidar Batsov 2016-02-14 12:08:33 +02:00
parent 703f84ae86
commit 3053164cf4

View file

@ -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)