all repos — nixfiles @ 6d9b36a2a9f1d7218eeaf325c3aad87bb7af0f4c

System and user configuration, managed by nix and home-manager

emacs: Fix open-pr command
Alan Pearce alan@alanpearce.eu
Wed, 13 Jun 2018 12:11:53 +0200
commit

6d9b36a2a9f1d7218eeaf325c3aad87bb7af0f4c

parent

04d882f49e1448d51c4d72aa4c9ad9c840ac11ea

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -557,7 +557,7 @@ (call-process-shell-command (concat "git feature " feature)))) 
             (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