diff options
author | Case Duckworth | 2021-02-04 17:53:06 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-04 17:53:06 -0600 |
commit | baee294ae2cdcfade65676274b418282928f343a (patch) | |
tree | a981d875b939a37a1880624573e88fc1c589cc64 /.gitmodules | |
parent | Switch out icomplete for selectrum (diff) | |
download | emacs-baee294ae2cdcfade65676274b418282928f343a.tar.gz emacs-baee294ae2cdcfade65676274b418282928f343a.zip |
Add elfeed db as a submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..017ee57 --- /dev/null +++ b/.gitmodules | |||
@@ -0,0 +1,3 @@ | |||
1 | [submodule "var/elfeed/db"] | ||
2 | path = var/elfeed/db | ||
3 | url = https://tildegit.org/acdw/elfeed-db | ||