diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-09 19:13:06 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-10 19:04:07 -0400 |
| commit | 5474f016ddec56542999f8ee6c0d6c887dee75e8 (patch) | |
| tree | e61b8a89aabcbba8842747c967a56688c21a7c98 /.gitmodules | |
| parent | 6f095e2429b67be5e8357cc73b93a714e760d160 (diff) | |
Clean up org-mode-reader
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c94555d..61814de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "ext-srfi-197"] path = haunt/ext-srfi-197 url = https://github.com/ar-nelson/srfi-197 +[submodule "haunt/emacs-htmlize"] + path = haunt/emacs-htmlize + url = https://github.com/hniksic/emacs-htmlize |