mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
Merge branch 'magit-directors-cut' into all
This commit is contained in:
14
init.el
14
init.el
@@ -203,25 +203,21 @@
|
||||
'replace)
|
||||
;;
|
||||
;; Diff buffer settings
|
||||
(setq magit-diff-refine-hunk 'all)
|
||||
;;
|
||||
;; Load extensions
|
||||
(require 'magit-rockstar)
|
||||
(require 'magit-wip))
|
||||
(setq magit-diff-refine-hunk 'all))
|
||||
|
||||
(use-package magit-rockstar
|
||||
:defer t
|
||||
:after magit
|
||||
:functions (magit-define-popup-action)
|
||||
:config
|
||||
(magit-define-popup-action 'magit-commit-popup
|
||||
?n "Reshelve" 'magit-reshelve)
|
||||
(magit-define-popup-action 'magit-rebase-popup
|
||||
?R "Rockstar" 'magit-rockstar)
|
||||
(magit-define-popup-action 'magit-pull-and-fetch-popup
|
||||
?P "pull request" 'magit-branch-pull-request))
|
||||
(magit-define-popup-action 'magit-branch-popup
|
||||
?p "Create from pull-request" 'magit-branch-pull-request))
|
||||
|
||||
(use-package magit-wip
|
||||
:defer t
|
||||
:after magit
|
||||
:config
|
||||
(magit-wip-before-change-mode)
|
||||
(magit-wip-after-apply-mode)
|
||||
|
||||
Submodule lib/magit-rockstar updated: bccce1ac8e...9261f70d72
Submodule lib/orgit updated: cbce5871fe...c91e662ace
Reference in New Issue
Block a user