summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org
index 05e220c..a091418 100644
--- a/config.org
+++ b/config.org
@@ -1303,7 +1303,7 @@ Scroll along with text in compilation mode, and stop scrolling at the first erro
 Ignore the bell.
 
 #+begin_src elisp
-  (setopt ring-bell-function 'ignore)
+  (setopt ring-bell-function nil)
 #+end_src
 
 ** Automatic help at point