From 093e5c5bbc8dffb763bfb897824d692c58fe65e9 Mon Sep 17 00:00:00 2001 From: Lorenzo Good Date: Wed, 31 Dec 2025 00:30:48 -0600 Subject: [PATCH] Remove bell sound. --- init.el | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 66fe423..fbff043 100644 --- a/init.el +++ b/init.el @@ -3,6 +3,9 @@ (setopt inhibit-splash-screen t) +;; No Bell. +(setq ring-bell-function 'ignore) + ;; Don't litter. (setopt make-backup-files nil) (setopt create-lockfiles nil) @@ -225,10 +228,10 @@ If the new path's directories does not exist, create them." ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(company consult corfu-candidate-overlay corfu-terminal eat elcord - evil gruvbox-theme json-mode kbd-mode lsp-mode magit - marginalia nix-mode projectile rust-mode vertico - yaml-mode))) + '(company consult corfu-candidate-overlay corfu-terminal eat + edit-indirect elcord evil gruvbox-theme json-mode + kbd-mode lsp-mode magit marginalia nix-mode projectile + rust-mode vertico yaml-mode))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.