Disable the annoying bell ring
This commit is contained in:
parent
703f84ae86
commit
3053164cf4
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue