Disable the bell
This commit is contained in:
parent
a10d31c7aa
commit
93d7d61e19
@ -2077,6 +2077,12 @@ Display the column number in programming modes:
|
|||||||
(add-hook 'prog-mode-hook #'column-number-mode)
|
(add-hook 'prog-mode-hook #'column-number-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Disable the bell:
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq ring-bell-function 'ignore)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
|
||||||
Render stuff differently based on whether or not we are graphical:
|
Render stuff differently based on whether or not we are graphical:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defun graphical-setup ()
|
(defun graphical-setup ()
|
||||||
|
Loading…
Reference in New Issue
Block a user