diff options
| author | James Nguyen <james@jojojames.com> | 2022-04-14 11:16:29 -0400 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2022-04-14 11:16:29 -0400 |
| commit | 01e3ba594e4e784e8770bdaa76bab6843cc80115 (patch) | |
| tree | 22af0650447ba2e0c2c894fc5789e11617cf425b /evil-collection.el | |
| parent | 9f287eb93720dddd74bc48cbed8fbcd21ecb8e14 (diff) | |
Add extra packages to load magit from (#510)
Diffstat (limited to 'evil-collection.el')
| -rw-r--r-- | evil-collection.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection.el b/evil-collection.el index 1d44799..94759aa 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -204,7 +204,7 @@ This will bind additional find-* type commands, e.g. usages, assignments, etc.." kotlin-mode macrostep man - magit + (magit magit-repos magit-submodule) magit-todos markdown-mode ,@(when evil-collection-setup-minibuffer '(minibuffer)) |
