From 1d405cde0511fbd11573373fa5b9de35d5745725 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 10 Aug 2019 21:18:56 -0400 Subject: [PATCH] emacs: stop BEEPing --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a19fcaa..2d69096 100644 --- 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) + ;;; General bindings -- 2.20.1