From 17b041c3e77b4fe39284d235ce8c3f58dd1f43a9 Mon Sep 17 00:00:00 2001 From: Liu Miao <liumiaogemini@mail.ustc.edu.cn> Date: Mon, 19 Oct 2020 19:38:15 +0800 Subject: [PATCH] set `ring-bell-function' 'ignore --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 2e3c164..2e46110 100644 --- a/init.el +++ b/init.el @@ -73,7 +73,8 @@ ;;; Basic (setq-default make-backup-files nil ;; Don't make a backup file which end with "~" - visible-bell t ;; Flash the frame to represent a bell + ;; visible-bell t ;; Flash the frame to represent a bell + ring-bell-function 'ignore scroll-step 1 ;; smooth scroll auto-image-file-mode t initial-scratch-message nil -- GitLab