summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2019-05-27 16:20:33 +0200
committerAlan Pearce2019-05-27 16:20:33 +0200
commit4c2ff310b674a1fea0e15b62d8e2269e3c5b613b (patch)
tree56b957513aba84253816f5a798388bc4eaad81f7 /emacs/.emacs.d
parentd411d64c8b1fe9c8f6bf550a4231988d38f21215 (diff)
downloaddotfiles-4c2ff310b674a1fea0e15b62d8e2269e3c5b613b.tar.lz
dotfiles-4c2ff310b674a1fea0e15b62d8e2269e3c5b613b.tar.zst
dotfiles-4c2ff310b674a1fea0e15b62d8e2269e3c5b613b.zip
Emacs: Remove github-only open-pull-request function
For me, the GitHub monoculture is a thing of the past.
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index eec7c40..0dca5c8 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -500,11 +500,6 @@
               (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)