diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-13 18:04:05 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2024-07-13 18:11:42 -0400 |
| commit | 81c4d517735983a5afd6e9dc800257c761598527 (patch) | |
| tree | 6b924707914d385126e6d330d2c628fd26f23a27 /.gitmodules | |
| parent | 7f37518e4792f040a753a5d8d68d51e76cc0b2be (diff) | |
The `org' directory is no longer necessary
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 61814de..576d104 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "ext-srfi-197"] - path = haunt/ext-srfi-197 +[submodule "srfi-197"] + path = srfi-197 url = https://github.com/ar-nelson/srfi-197 -[submodule "haunt/emacs-htmlize"] - path = haunt/emacs-htmlize +[submodule "emacs-htmlize"] + path = emacs-htmlize url = https://github.com/hniksic/emacs-htmlize |