Emacs: Remove magithub Not all that useful
Alan Pearce alan@alanpearce.eu
Thu, 21 Dec 2017 21:13:18 +0100
1 files changed, 0 insertions(+), 8 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -627,14 +627,6 @@ global-magit-file-mode nil) (add-to-list 'magit-no-confirm 'safe-with-wip)) :init (add-hook 'magit-mode-hook #'magit-load-config-extensions)) -;;;;; magithub - -(use-package magithub - :after magit - :config (progn - (magithub-feature-autoinject t) - (setq magithub-cache-refresh-seconds-plist '(:issues 600 :ci-status 180 t 120)))) - ;;;;; git-messenger ;; Popup the last commit that changed the line at point.