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:
Henrik Lissner 2018-06-18 15:02:24 +02:00
parent f6c7c13634
commit ca2c8b5a45
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
10 changed files with 31 additions and 29 deletions

View file

@ -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