all repos — nixfiles @ cfbc254bb7fb094b7cd9401231898bc35c197bca

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

emacs: fix pull-request command
Alan Pearce alan@alanpearce.eu
Thu, 16 Aug 2018 09:47:43 +0200
commit

cfbc254bb7fb094b7cd9401231898bc35c197bca

parent

10758e81823dc59bf29b8e3ec5a56c7eef4a7d40

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

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