emacs: fix pull-request command
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -544,7 +544,7 @@ (call-process-shell-command (concat "git chore " chore)))) (defun open-pull-request () (interactive) - (async-shell-command "git pull-request")) + (async-shell-command "hub pull-request")) (defalias 'open-pr #'open-pull-request) (setq projectile-switch-project-action #'projectile-commander