X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/b188e798a0a4f0ec375f63e34fe26c76872e9acf..1d405cde0511fbd11573373fa5b9de35d5745725:/.emacs.d/init.el 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