diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-12-09 14:33:12 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-12-09 14:43:32 -0500 |
commit | 51121efd757fedd1e8e4a88d73bbb50acf73859b (patch) | |
tree | 67f824470590aa6c5a6161ea3772d915a28389fb | |
parent | 2f20962239bc22edaf62d10bc8943765560183b2 (diff) | |
download | emacs.d-51121efd757fedd1e8e4a88d73bbb50acf73859b.tar.gz |
Update Magit dependencies
-rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -912,6 +912,12 @@ (use-package ghub :load-path "~/src/emacs/ghub/") +(use-package treepy + :load-path "~/src/emacs/treepy.el/") + +(use-package graphql + :load-path "~/src/emacs/graphql.el/") + (use-package magit-popup :load-path "~/src/emacs/magit-popup/" :config |