1
0
Fork 0

Remove bell sound.

This commit is contained in:
Lorenzo Good 2025-12-31 00:30:48 -06:00
parent 6cd309e77b
commit 093e5c5bbc
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0

11
init.el
View file

@ -3,6 +3,9 @@
(setopt inhibit-splash-screen t) (setopt inhibit-splash-screen t)
;; No Bell.
(setq ring-bell-function 'ignore)
;; Don't litter. ;; Don't litter.
(setopt make-backup-files nil) (setopt make-backup-files nil)
(setopt create-lockfiles 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. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(package-selected-packages '(package-selected-packages
'(company consult corfu-candidate-overlay corfu-terminal eat elcord '(company consult corfu-candidate-overlay corfu-terminal eat
evil gruvbox-theme json-mode kbd-mode lsp-mode magit edit-indirect elcord evil gruvbox-theme json-mode
marginalia nix-mode projectile rust-mode vertico kbd-mode lsp-mode magit marginalia nix-mode projectile
yaml-mode))) rust-mode vertico yaml-mode)))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.