summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-02-22 11:42:11 +0100
committerAlan Pearce2017-02-22 11:42:11 +0100
commit20a401b8d2b7ee5185e1a75530b273d2e98fe8af (patch)
tree8d17eacdd83892a95d7386e0d5135d2ae22b1d9d /tag-emacs
parent55a326314b2e8eb718a2eb201cb484a184e68da0 (diff)
downloadnixfiles-20a401b8d2b7ee5185e1a75530b273d2e98fe8af.tar.lz
nixfiles-20a401b8d2b7ee5185e1a75530b273d2e98fe8af.tar.zst
nixfiles-20a401b8d2b7ee5185e1a75530b273d2e98fe8af.zip
Emacs: Cache GitHub calls for longer
Diffstat (limited to 'tag-emacs')
-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 426f4a89..ea48d277 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