Remove the annoying bell sound
This commit is contained in:
parent
3e9b0b12d4
commit
6abb0536b7
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@
|
||||||
(column-number-mode 1)
|
(column-number-mode 1)
|
||||||
(global-hl-line-mode)
|
(global-hl-line-mode)
|
||||||
|
|
||||||
|
;; Turn off sounds
|
||||||
|
(setq ring-bell-function 'ignore)
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;; code behaviour ;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;; code behaviour ;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
; Add ruler at 80, do not wrap lines (can be overwritten later)
|
; Add ruler at 80, do not wrap lines (can be overwritten later)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue