all repos — nixfiles @ 4c2ff310b674a1fea0e15b62d8e2269e3c5b613b

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

Emacs: Remove github-only open-pull-request function For me, the GitHub monoculture is a thing of the past.

Alan Pearce
commit

4c2ff310b674a1fea0e15b62d8e2269e3c5b613b

parent

d411d64c8b1fe9c8f6bf550a4231988d38f21215

1 file changed, 0 insertions(+), 5 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -500,11 +500,6 @@ (interactive "schore: ")
(projectile-with-default-dir (projectile-project-root) (call-process-shell-command (concat "git chore " chore)))) - (defun open-pull-request () - (interactive) - (async-shell-command "hub pull-request")) - (defalias 'open-pr #'open-pull-request) - (setq projectile-switch-project-action #'projectile-commander projectile-completion-system 'ivy projectile-create-missing-test-files t)