emacs: STOP BEEPING

master
an 2020-06-04 14:22:05 -06:00
parent 09130882c9
commit 4e636b399d
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
computers/*/fish/priv
emacs/auto-save-list
emacs/backup
emacs/custom.el
emacs/elpa

View File

@ -14,7 +14,8 @@
;; important ergonomics
(setq fill-column 80
sentence-end-double-space nil)
sentence-end-double-space nil
ring-bell-function #'ignore)
(defalias #'yes-or-no-p #'y-or-n-p)