diff options
author | noa@gaiwan.org | 2024-07-17 09:16:20 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-17 09:16:20 +0000 |
commit | eb38bf77a6fe730e3be5737a5b15edd52203377a (patch) | |
tree | 94d6ca86ffcc2129bd6afebb5a79070b6ea6466b /config.org | |
parent | f0ab46688cc5a68eca1d11f19599d3a66ee10abf (diff) |
Don't ignore the bell
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 2 |
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 |