diff options
author | Yuchen Pei <id@ypei.org> | 2023-09-09 23:48:00 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-09-09 23:50:10 +1000 |
commit | 7ddf95b399491137f63cbf8e8ab1b53f86f2f281 (patch) | |
tree | cab0e121398df5b5d127f854d6ec1c1aa702595d /.gitmodules | |
parent | 2b169cf1a949b5b773b4ee6a60eba768ee3afb79 (diff) |
[emacs] Adding lem-org, a package to read lemmy posts in org mode.
Also adding the submodule lem.el it depends on.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2df6db0..508b847 100644 --- a/.gitmodules +++ b/.gitmodules @@ -103,3 +103,6 @@ [submodule "firefox/extensions/uBlock"] path = firefox/extensions/uBlock url = https://github.com/gorhill/uBlock +[submodule "emacs/.emacs.d/lisp/lem.el"] + path = emacs/.emacs.d/lisp/lem.el + url = https://codeberg.org/martianh/lem.el |