fix cW for commit-wip
This commit is contained in:
parent
d88fb3194f
commit
f95d025d1f
1 changed files with 3 additions and 3 deletions
|
@ -350,10 +350,10 @@
|
||||||
|
|
||||||
(defun magit-commit-wip ()
|
(defun magit-commit-wip ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(magit-commit "-m wip"))
|
(magit-commit '("-m" "wip")))
|
||||||
|
|
||||||
;; (magit-define-popup-action 'magit-commit-popup
|
(magit-define-popup-action 'magit-commit-popup
|
||||||
;; ?w "WIP" 'magit-commit-wip)
|
?W "WIP" 'magit-commit-wip)
|
||||||
|
|
||||||
;; (defun grfn/split-window-more-sensibly (&optional window)
|
;; (defun grfn/split-window-more-sensibly (&optional window)
|
||||||
;; (let ((window (or window (selected-window))))
|
;; (let ((window (or window (selected-window))))
|
||||||
|
|
Loading…
Reference in a new issue