aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorTeddy Wing2021-03-01 20:45:39 +0100
committerTeddy Wing2021-03-01 20:45:58 +0100
commitd06cf8a81b3191ce1db5e8828399344ed9ebc359 (patch)
tree750766fa62ced32d92ca477181182279235ff103 /.gitmodules
parent599b7382a785429d091d489da5c1cb93fae59d0b (diff)
downloadextreload-d06cf8a81b3191ce1db5e8828399344ed9ebc359.tar.bz2
Add 'with-user-abort' library dependency
For `<C-c>` handling.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
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