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 /.gitmodules | |
parent | c15b2940436791a19a85af4749800b5a18036a39 (diff) | |
download | docs-2e6bd5099de24a9a316da98180c20cb5556643da.tar.gz |
add submodules for org-html export
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 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 |