diff options
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 5 |
1 files changed, 3 insertions, 2 deletions
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 |