From cfbc254bb7fb094b7cd9401231898bc35c197bca Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 16 Aug 2018 09:47:43 +0200 Subject: emacs: fix pull-request command --- emacs/.emacs.d/main.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 1bb513c..098f324 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -544,7 +544,7 @@ (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 -- cgit 1.4.1