diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/main.el | 5 |
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) |