summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2017-03-13 16:47:21 +0100
committerAlan Pearce2017-03-13 16:47:21 +0100
commit60dee6cff223ed034e831e4a436d1c23e1414250 (patch)
tree62272d0a77e61c5b5ec577befc9d5f048c86c2db /tag-emacs/emacs.d
parent45be6875af2faa73f447f7f1cffcaf6cd8ad2abe (diff)
downloaddotfiles-60dee6cff223ed034e831e4a436d1c23e1414250.tar.lz
dotfiles-60dee6cff223ed034e831e4a436d1c23e1414250.tar.zst
dotfiles-60dee6cff223ed034e831e4a436d1c23e1414250.zip
Emacs: Remove magithub
Diffstat (limited to 'tag-emacs/emacs.d')
-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