From 6d9b36a2a9f1d7218eeaf325c3aad87bb7af0f4c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 13 Jun 2018 12:11:53 +0200 Subject: emacs: Fix open-pr 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 92745125..4cf7222a 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -557,7 +557,7 @@ (defun open-pull-request () (interactive) - (async-shell-command "hub pr")) + (async-shell-command "git pull-request")) (defalias 'open-pr #'open-pull-request) (setq projectile-switch-project-action #'projectile-commander -- cgit 1.4.1