summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.org7
1 files changed, 0 insertions, 7 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 7ae0092..f7de888 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -554,13 +554,6 @@ 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 (progn
-            (magithub-feature-autoinject t)
-            (setq magithub-cache-refresh-seconds-plist '(:issues 600 :ci-status 180 t 120))))
 #+END_SRC
 
 ** git-timemachine