From 20a401b8d2b7ee5185e1a75530b273d2e98fe8af Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 22 Feb 2017 11:42:11 +0100 Subject: Emacs: Cache GitHub calls for longer --- tag-emacs/emacs.d/init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tag-emacs') 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 -- cgit 1.4.1