From 5f3cbeadd0a9ea62bc460dedaf88cc6ff576352a Mon Sep 17 00:00:00 2001 From: Aria Date: Thu, 31 May 2018 11:25:33 +1000 Subject: [PATCH] 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! --- modules/tools/magit/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/tools/magit/config.el b/modules/tools/magit/config.el index 67d81c9a4..06c0759a9 100644 --- a/modules/tools/magit/config.el +++ b/modules/tools/magit/config.el @@ -20,7 +20,6 @@ (def-package! magithub - :commands magithub-feature-autoinject :after magit :preface (setq magithub-dir (concat doom-etc-dir "magithub/"))