summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 1 insertions, 1 deletions
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