diff options
author | Teddy Wing | 2021-03-01 20:45:39 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-01 20:45:58 +0100 |
commit | d06cf8a81b3191ce1db5e8828399344ed9ebc359 (patch) | |
tree | 750766fa62ced32d92ca477181182279235ff103 /.gitmodules | |
parent | 599b7382a785429d091d489da5c1cb93fae59d0b (diff) | |
download | extreload-d06cf8a81b3191ce1db5e8828399344ed9ebc359.tar.bz2 |
Add 'with-user-abort' library dependency
For `<C-c>` handling.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 69d52b6..4a28638 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "lib/wait-group"] path = lib/wait-group url = https://github.com/teddywing/cl-wait-group.git +[submodule "lib/with-user-abort"] + path = lib/with-user-abort + url = https://github.com/compufox/with-user-abort.git |