From a560d1d6f7d5578b433723f0573627cdb2f406f3 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 14 Aug 2020 23:51:05 +0100 Subject: +turn off ring-bell --- Emacs/.config/emacs/config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index ddd0ce7..b04710c 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -43,9 +43,10 @@ Load my custom "Grayscale" theme (look at [[file:Grayscale-theme.el][this file]] #+BEGIN_SRC emacs-lisp (load-theme 'Grayscale t) #+END_SRC -** Turn off startup buffer +** Turn off startup buffer and turn off bells #+BEGIN_SRC emacs-lisp -(setq inhibit-startup-screen t) +(setq inhibit-startup-screen t + ring-bell-function 'ignore) #+END_SRC * Emacs Mode-line Firstly, declare a variable for the number of spaces between each -- cgit v1.2.3-13-gbd6f