Disable the Emacs bell

This commit is contained in:
Andreas Zweili 2024-01-09 09:36:29 +01:00
parent 089864eb34
commit 328a6cd047
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@
(setq history-delete-duplicates t)
;; disbale the bell
(setq ring-bell-function 'ignore)
;; enable mouse support in the terminal
(xterm-mouse-mode 1)