diff --git a/.gitmodules b/.gitmodules index 8641f3f4e..6a80e08e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "private/themes/doom-theme"] path = private/themes/doom-theme url = git@github.com:hlissner/emacs-doom-theme.git +[submodule "private/snippets"] + path = private/snippets + url = git@github.com:hlissner/emacs-snippets.git diff --git a/private/themes/doom-theme b/private/themes/doom-theme index dd0955e1b..661b2c1cb 160000 --- a/private/themes/doom-theme +++ b/private/themes/doom-theme @@ -1 +1 @@ -Subproject commit dd0955e1b9a6f9cb509abf70f8d8a3da20585d27 +Subproject commit 661b2c1cbaeb7b683e09af2c4917110d0378a4e9