summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 426f4a8..ea48d27 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -539,7 +539,9 @@ time.  Make sure to set it up with a nice =completing-read-function=
 (use-package magithub
   :after magit
   :pin melpa
-  :config (magithub-feature-autoinject t))
+  :config (progn
+            (magithub-feature-autoinject t)
+            (setq magithub-cache-refresh-seconds-plist '(:issues 600 :ci-status 180 t 120))))
 #+END_SRC
 
 ** git-timemachine