Minor refactor, across the board
Do you see the board? Now look at the other side. That's how far this refactor extends. Yes.
This commit is contained in:
parent
f6c7c13634
commit
ca2c8b5a45
10 changed files with 31 additions and 29 deletions
|
@ -56,7 +56,8 @@ load everything.")
|
|||
;; more so.
|
||||
(advice-add #'magithub-settings--format-magithub.enabled
|
||||
:override #'+magit*hub-settings--format-magithub.enabled))
|
||||
(magithub-feature-autoinject +magit-hub-features))
|
||||
(when +magit-hub-features
|
||||
(magithub-feature-autoinject +magit-hub-features)))
|
||||
|
||||
|
||||
(def-package! magit-gitflow
|
||||
|
@ -66,8 +67,9 @@ load everything.")
|
|||
(def-package! evil-magit
|
||||
:when (featurep! :feature evil +everywhere)
|
||||
:after magit
|
||||
:init (setq evil-magit-state 'normal
|
||||
evil-magit-use-z-for-folds t)
|
||||
:init
|
||||
(setq evil-magit-state 'normal
|
||||
evil-magit-use-z-for-folds t)
|
||||
:config
|
||||
(define-key! magit-mode-map
|
||||
(kbd "M-1") nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue