mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-06-07 08:14:16 -04:00
use-package: use :after where appropriate
This commit is contained in:
parent
facc564d0e
commit
f0f097c406
10
init.el
10
init.el
@ -188,14 +188,10 @@
|
|||||||
'replace)
|
'replace)
|
||||||
;;
|
;;
|
||||||
;; Diff buffer settings
|
;; Diff buffer settings
|
||||||
(setq magit-diff-refine-hunk 'all)
|
(setq magit-diff-refine-hunk 'all))
|
||||||
;;
|
|
||||||
;; Load extensions
|
|
||||||
(require 'magit-rockstar)
|
|
||||||
(require 'magit-wip))
|
|
||||||
|
|
||||||
(use-package magit-rockstar
|
(use-package magit-rockstar
|
||||||
:defer t
|
:after magit
|
||||||
:functions (magit-define-popup-action)
|
:functions (magit-define-popup-action)
|
||||||
:config
|
:config
|
||||||
(magit-define-popup-action 'magit-commit-popup
|
(magit-define-popup-action 'magit-commit-popup
|
||||||
@ -206,7 +202,7 @@
|
|||||||
?p "Create from pull-request" 'magit-branch-pull-request))
|
?p "Create from pull-request" 'magit-branch-pull-request))
|
||||||
|
|
||||||
(use-package magit-wip
|
(use-package magit-wip
|
||||||
:defer t
|
:after magit
|
||||||
:config
|
:config
|
||||||
(magit-wip-before-change-mode)
|
(magit-wip-before-change-mode)
|
||||||
(magit-wip-after-apply-mode)
|
(magit-wip-after-apply-mode)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user