diff options
-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 |