+turn off ring-bell
This commit is contained in:
@@ -43,9 +43,10 @@ Load my custom "Grayscale" theme (look at [[file:Grayscale-theme.el][this file]]
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(load-theme 'Grayscale t)
|
(load-theme 'Grayscale t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Turn off startup buffer
|
** Turn off startup buffer and turn off bells
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq inhibit-startup-screen t)
|
(setq inhibit-startup-screen t
|
||||||
|
ring-bell-function 'ignore)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Emacs Mode-line
|
* Emacs Mode-line
|
||||||
Firstly, declare a variable for the number of spaces between each
|
Firstly, declare a variable for the number of spaces between each
|
||||||
|
|||||||
Reference in New Issue
Block a user