Fix magithub not loading after magit

I'd have to run a magithub command to get everything to pop up like pull
requests and what not. I think this was an oversight -- just removing
this will still lazyload it, but instead when magit runs!
This commit is contained in:
Aria 2018-05-31 11:25:33 +10:00
parent 404f9db748
commit 5f3cbeadd0

View file

@ -20,7 +20,6 @@
(def-package! magithub (def-package! magithub
:commands magithub-feature-autoinject
:after magit :after magit
:preface :preface
(setq magithub-dir (concat doom-etc-dir "magithub/")) (setq magithub-dir (concat doom-etc-dir "magithub/"))