From 2e6bd5099de24a9a316da98180c20cb5556643da Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 26 Dec 2020 02:37:22 +0300 Subject: add submodules for org-html export --- .gitmodules | 6 ++++++ flatui | 1 + htmlize | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 flatui create mode 160000 htmlize diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f9768bd --- /dev/null +++ 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 new file mode 160000 index 0000000..9c15db5 --- /dev/null +++ b/flatui @@ -0,0 +1 @@ +Subproject commit 9c15db5526c15c8dba55023f5698372b19c2a780 diff --git a/htmlize b/htmlize new file mode 160000 index 0000000..4920510 --- /dev/null +++ b/htmlize @@ -0,0 +1 @@ +Subproject commit 49205105898ba8993b5253beec55d8bddd820a70 -- cgit v1.2.3