Move magithub cache to cache directory

This commit is contained in:
Eivind Fonn 2017-05-18 18:07:50 +02:00
parent bff206af37
commit 9c6216b024
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@
(use-package magithub
:defer t
:after magit
:init
(setq magithub-dir (concat spacemacs-cache-directory "magithub/"))
:config
(progn
(magithub-feature-autoinject t)