diff options
author | noa@gaiwan.org | 2024-07-28 08:22:48 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-28 08:22:48 +0000 |
commit | 0de128a453649c63a250fdef50d7291e6c02f105 (patch) | |
tree | 1c6691a2de964e441f9779c1019d4a26cdbf26b1 /config.org | |
parent | 00153646f080ca784cd6f18bd03a91451006103a (diff) |
No longer ignore the bell
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 8 |
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. |