commit 5c8bd9568e888efbaf324df076e5c14c60237c15 parent 638c6d03ceda92383b6c5749346995c4a611472d Author: Hugo Soucy <hugo@soucy.cc> Date: Fri, 18 Dec 2020 21:02:39 -0500 Remove git submodule Diffstat:
D | .gitmodules | | | 3 | --- |
M | README.md | | | 5 | ----- |
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "themes/cyberpunk-2019"] - path = themes/cyberpunk-2019 - url = git@github.com:hs0ucy/cyberpunk-2019.git diff --git a/README.md b/README.md @@ -20,8 +20,3 @@ My setup for GNU Emacs. Mainly builded with * [ui-ux.el](./partials/ui-ux.el) * [webdev.el](./partials/webdev.el) * [Etc...](./partials) - - -## Update submodule - -* `git submodule update --init && git submodule update --recursive --remote`