all repos — nixfiles @ b77dc298d7c0d51ee679ca7387effb77a4978bfc

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

Emacs: Remove magithub

Not all that useful
Alan Pearce alan@alanpearce.eu
Thu, 21 Dec 2017 21:13:18 +0100
commit

b77dc298d7c0d51ee679ca7387effb77a4978bfc

parent

e165fef6030a5c131261a2d11794427355f23a46

1 files changed, 0 insertions(+), 8 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.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.