aboutsummaryrefslogtreecommitdiffstats
path: root/doom/config.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-18 16:59:42 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-18 16:59:42 +0000
commita22814403d8c6d7b0aecdc6e501302d79796cabe (patch)
treed1a0e799bd116a8bb493fc23e985162f7ce76aa9 /doom/config.el
parent1aded6330456e7e9c13c5e6b0060eb6230428a36 (diff)
parenta9bb367d8117fb92d966eca6d5aefe1c70036a4b (diff)
downloaddotfiles-a22814403d8c6d7b0aecdc6e501302d79796cabe.tar.gz
dotfiles-a22814403d8c6d7b0aecdc6e501302d79796cabe.zip
Merge branch 'mac' of github.com:ymherklotz/dotfiles into macmac
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)