projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b188e79
)
emacs: stop BEEPing
author
Amin Bandali
<bandali@gnu.org>
Sun, 11 Aug 2019 01:18:56 +0000
(21:18 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 11 Aug 2019 01:18:56 +0000
(21:18 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
a19fcaa
..
2d69096
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-414,6
+414,10
@@
For disabling the behaviour for certain buffers and/or modes."
:custom ((ediff-window-setup-function 'ediff-setup-windows-plain)
(ediff-split-window-function 'split-window-horizontally)))
+;; i don't feel like jumping out of my chair every now and again; so
+;; don't BEEP! at me, emacs
+(setq ring-bell-function 'ignore)
+
\f
;;; General bindings