summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2018-06-13 12:11:53 +0200
committerAlan Pearce2018-06-13 12:11:53 +0200
commit6d9b36a2a9f1d7218eeaf325c3aad87bb7af0f4c (patch)
tree06d4328d4d8bd578be42682f231308fa23bbbfae /emacs/.emacs.d
parent04d882f49e1448d51c4d72aa4c9ad9c840ac11ea (diff)
downloaddotfiles-6d9b36a2a9f1d7218eeaf325c3aad87bb7af0f4c.tar.lz
dotfiles-6d9b36a2a9f1d7218eeaf325c3aad87bb7af0f4c.tar.zst
dotfiles-6d9b36a2a9f1d7218eeaf325c3aad87bb7af0f4c.zip
emacs: Fix open-pr command
Diffstat (limited to 'emacs/.emacs.d')
-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 9274512..4cf7222 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