Remove bell sound.
This commit is contained in:
parent
6cd309e77b
commit
093e5c5bbc
1 changed files with 7 additions and 4 deletions
11
init.el
11
init.el
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue