feat(core): use general.el for keybind definitions nearly everywhere

Primarily this replaces :bind with :general in all use-package calls.
This commit is contained in:
2022-03-14 20:58:06 +00:00
parent 3fc0d2d77d
commit a8618938bf
91 changed files with 665 additions and 632 deletions

View File

@@ -11,8 +11,8 @@
(require 'siren-flyspell)
(use-package magit
:bind
("C-x g". magit-status)
:general
("C-x g" 'magit-status)
:hook
(siren-magit-mode . siren-magit-mode-setup)