mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user