commit 2e6bd5099de24a9a316da98180c20cb5556643da parent c15b2940436791a19a85af4749800b5a18036a39 Author: Cem Keylan <cem@ckyln.com> Date: Sat, 26 Dec 2020 02:37:22 +0300 add submodules for org-html export Diffstat:
A | .gitmodules | | | 6 | ++++++ |
A | flatui | | | 1 | + |
A | htmlize | | | 1 | + |
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "htmlize"] + path = htmlize + url = https://github.com/hniksic/emacs-htmlize.git +[submodule "flatui"] + path = flatui + url = https://github.com/john2x/flatui-theme.el.git diff --git a/flatui b/flatui @@ -0,0 +1 @@ +Subproject commit 9c15db5526c15c8dba55023f5698372b19c2a780 diff --git a/htmlize b/htmlize @@ -0,0 +1 @@ +Subproject commit 49205105898ba8993b5253beec55d8bddd820a70