summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.org8
1 files changed, 0 insertions, 8 deletions
diff --git a/config.org b/config.org
index 92205f5..c0ecb83 100644
--- a/config.org
+++ b/config.org
@@ -1329,14 +1329,6 @@ Scroll along with text in compilation mode, and stop scrolling at the first erro
(unless (server-running-p) (server-start)))
#+end_src
-** Ignore the bell
-
-Ignore the bell.
-
-#+begin_src elisp
- (setopt ring-bell-function nil)
-#+end_src
-
** Automatic help at point
This puts some help in the minibuffer when we leave the point on some interactive text.