diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-26 02:37:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-26 02:37:22 +0300 |
commit | 2e6bd5099de24a9a316da98180c20cb5556643da (patch) | |
tree | 3ba41c074649ec1a824f01650574da04e8385882 | |
parent | c15b2940436791a19a85af4749800b5a18036a39 (diff) | |
download | docs-2e6bd5099de24a9a316da98180c20cb5556643da.tar.gz |
add submodules for org-html export
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | flatui | 0 | ||||
m--------- | htmlize | 0 |
3 files changed, 6 insertions, 0 deletions
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 +Subproject 9c15db5526c15c8dba55023f5698372b19c2a78 diff --git a/htmlize b/htmlize new file mode 160000 +Subproject 49205105898ba8993b5253beec55d8bddd820a7 |