diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-12-09 10:58:31 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-12-31 11:52:10 -0500 |
commit | 52542d3a1683828f611813fb611662878a9acc47 (patch) | |
tree | 725b64656e24c16c85acb8fe062490a2f67b62de | |
parent | 3216dba5c4e01c8789e2991082c52533fdc6ca46 (diff) | |
download | emacs.d-52542d3a1683828f611813fb611662878a9acc47.tar.gz |
Add ghub for latest Magit
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -896,6 +896,10 @@ :load-path "~/src/emacs/with-editor/" :defer t) +(use-package ghub + :load-path "~/src/emacs/ghub/" + :defer t) + (use-package magit-popup :load-path "~/src/emacs/magit-popup/" :defer t |