From df714aba617f7c229e9d7cc169a0c988d5a44339 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 21 Feb 2017 17:09:22 +0100 Subject: Emacs: Install magithub --- tag-emacs/emacs.d/init.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 62d1c39..dd0ef72 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -547,6 +547,11 @@ time. Make sure to set it up with a nice =completing-read-function= global-magit-file-mode nil) (add-to-list 'magit-no-confirm 'safe-with-wip)) :init (add-hook 'magit-mode-hook #'magit-load-config-extensions)) + +(use-package magithub + :after magit + :pin melpa + :config (magithub-feature-autoinject t)) #+END_SRC ** git-timemachine -- cgit 1.4.1