diff --git a/.gitmodules b/.gitmodules index 85f9824..d44094c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -36,6 +36,9 @@ [submodule "git-modes"] path = lib/git-modes url = git@github.com:magit/git-modes.git +[submodule "graphql"] + path = lib/graphql + url = git@github.com:vermiculus/graphql.el.git [submodule "magit"] path = lib/magit url = git@github.com:magit/magit.git @@ -65,6 +68,9 @@ [submodule "s"] path = lib/s url = git@github.com:magnars/s.el.git +[submodule "treepy"] + path = lib/treepy + url = git@github.com:volrath/treepy.el.git [submodule "use-package"] path = lib/use-package url = git@github.com:jwiegley/use-package.git diff --git a/init.el b/init.el index 56d4f45..d3d1cee 100644 --- a/init.el +++ b/init.el @@ -39,9 +39,7 @@ (setq auto-compile-mode-line-counter t) (setq auto-compile-source-recreate-deletes-dest t) (setq auto-compile-toggle-deletes-nonlib-dest t) - (setq auto-compile-update-autoloads t) - (add-hook 'auto-compile-inhibit-compile-hook - 'auto-compile-inhibit-compile-detached-git-head)) + (setq auto-compile-update-autoloads t)) (use-package epkg :defer t diff --git a/lib/auto-compile b/lib/auto-compile index 6ce4255..bed783e 160000 --- a/lib/auto-compile +++ b/lib/auto-compile @@ -1 +1 @@ -Subproject commit 6ce4255ab9a0b010ef8414c5bd9a6d6d9eea012f +Subproject commit bed783e7a85d5812cf1cb3f39c40ba718e015be6 diff --git a/lib/diff-hl b/lib/diff-hl index 069a925..2cddce4 160000 --- a/lib/diff-hl +++ b/lib/diff-hl @@ -1 +1 @@ -Subproject commit 069a92590000269a9a5b0b7aebbae9595675a59c +Subproject commit 2cddce48d472111f178da84d44656f92012aa64b diff --git a/lib/epkg b/lib/epkg index c42bc98..d9e1dd2 160000 --- a/lib/epkg +++ b/lib/epkg @@ -1 +1 @@ -Subproject commit c42bc98a711ffa8d2a7b9096b563ac0edb0b9bf3 +Subproject commit d9e1dd216b4bbe86686b1656dbdccef508301f7d diff --git a/lib/ghub b/lib/ghub index 53e2e29..b04c7d9 160000 --- a/lib/ghub +++ b/lib/ghub @@ -1 +1 @@ -Subproject commit 53e2e29308a70968be4eda0ff640dc7b538205a6 +Subproject commit b04c7d9a3318316ef67a5d360582d990dc9f6098 diff --git a/lib/graphql b/lib/graphql new file mode 160000 index 0000000..e2b3096 --- /dev/null +++ b/lib/graphql @@ -0,0 +1 @@ +Subproject commit e2b309689f4faf9225f290080f836e988c5a576d diff --git a/lib/magit b/lib/magit index a2b3184..4e57537 160000 --- a/lib/magit +++ b/lib/magit @@ -1 +1 @@ -Subproject commit a2b3184a483c67ca4ad85c63af02c6524588888d +Subproject commit 4e57537694e2758a4287973168e4f0d432ad1ae9 diff --git a/lib/treepy b/lib/treepy new file mode 160000 index 0000000..b40e6b0 --- /dev/null +++ b/lib/treepy @@ -0,0 +1 @@ +Subproject commit b40e6b09eb9be45da67b8c9e4990a5a0d7a2a09d