summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index bd68705..d738aef 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -627,14 +627,6 @@
                  (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.