diff options
author | Amin Bandali <aminb@gnu.org> | 2018-06-27 00:25:58 -0400 |
---|---|---|
committer | Amin Bandali <aminb@gnu.org> | 2018-06-27 00:25:58 -0400 |
commit | 5c2eaaf178d175d275109c7b23451f8a0771c574 (patch) | |
tree | 93fccd8e7ac1780295154e2ff5607a5d81489578 /.gitmodules | |
parent | 20ead030f0d3c385710d0a8004e40fb4705e1ece (diff) | |
download | configs-5c2eaaf178d175d275109c7b23451f8a0771c574.tar.gz configs-5c2eaaf178d175d275109c7b23451f8a0771c574.tar.xz configs-5c2eaaf178d175d275109c7b23451f8a0771c574.zip |
[emacs] org: export html5, add htmlize for syntax highlighting
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 28eced6..a307055 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,6 +79,9 @@ [submodule "hlint-refactor"] path = lib/hlint-refactor url = git@github.com:mpickering/hlint-refactor-mode.git +[submodule "htmlize"] + path = lib/htmlize + url = git@github.com:hniksic/emacs-htmlize.git [submodule "ivy"] path = lib/ivy url = git@github.com:abo-abo/swiper.git |