Disable that annoying beep

This commit is contained in:
Zelong Kuang
2025-12-16 01:55:23 +11:00
parent fa40987abe
commit 6a12aeefd9

View File

@@ -25,6 +25,7 @@
(setq make-backup-files nil)
(setq use-short-answers t)
(setq frame-title-format "Emacs: %b")
(setq visible-bell 1)
(setq custom-file (expand-file-name "~/.emacs.d/custom.el"))
(add-hook 'elpaca-after-init-hook (lambda () (load custom-file 'no-error 'no-message)))