summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--suweren/home/emacs-configuration.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/suweren/home/emacs-configuration.el b/suweren/home/emacs-configuration.el
index d9dfdf8..b113773 100644
--- a/suweren/home/emacs-configuration.el
+++ b/suweren/home/emacs-configuration.el
@@ -5,6 +5,9 @@
;;; Theme Activation
(load-theme 'modus-operandi)
+;;; Disable Ring Bell
+(setq-default ring-bell-function 'ignore)
+
;;; Disable Org Indent Mode
(add-hook 'org-mode-hook (lambda () (org-indent-mode -1)))