summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2023-01-19 07:05:02 -0500
committerKjetil Orbekk <kj@orbekk.com>2023-01-19 07:05:02 -0500
commit02d6e8c407e871cc4d19f09565d96360d7941dea (patch)
tree72b62f2ce73120ba2d026c274dcb4f6fb9dd4676 /emacs
parentd487175245f2d8d355deb42235af100cfa1e6995 (diff)
update
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.config/emacs-kj/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el
index f6bf7af..7fa7b2b 100644
--- a/emacs/.config/emacs-kj/init.el
+++ b/emacs/.config/emacs-kj/init.el
@@ -40,6 +40,9 @@
; (global-hl-line-mode 1)
(global-auto-revert-mode 1)
+(setq visible-bell t
+ ring-bell-function 'ignore)
+
;; Backup file settings.
;; Keep backups, but avoid same directory since it can be slow on tramp.
(setq backup-directory-alist `(("." . "~/.cache/emacs-backups"))