aboutsummaryrefslogtreecommitdiffstats
path: root/doom/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'doom/config.el')
-rw-r--r--doom/config.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/doom/config.el b/doom/config.el
index 32b47c7..c572a88 100644
--- a/doom/config.el
+++ b/doom/config.el
@@ -119,6 +119,9 @@
(setq auto-save-file-name-transforms
`((".*" ,temporary-file-directory t)))
+;; Remove the ring for emacs
+(setq ring-bell-function 'ignore)
+
;; Automatically refresh files
(global-auto-revert-mode 1)
(setq auto-revert-verbose nil)