emacs: stop BEEPing
authorAmin Bandali <bandali@gnu.org>
Sun, 11 Aug 2019 01:18:56 +0000 (21:18 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 11 Aug 2019 01:18:56 +0000 (21:18 -0400)
.emacs.d/init.el

index a19fcaa..2d69096 100644 (file)
@@ -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