diff options
author | Yuchen Pei <id@ypei.org> | 2023-10-01 00:17:38 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-10-01 00:17:38 +1000 |
commit | 8000632e15b0d08cf420776d0e55d257e9e27198 (patch) | |
tree | 52daba4d9610a2cd82c2800444f47ce58c67b439 /.gitmodules | |
parent | 00670960f7ca8f56fc60623571137826a1893839 (diff) |
[emacs] Add git-email
A client of git-send-email that integrates with gnus, magit and dired.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index eab45b2..8b1f8d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -109,3 +109,6 @@ [submodule "emacs/.emacs.d/lisp/fedi.el"] path = emacs/.emacs.d/lisp/fedi.el url = https://codeberg.org/martianh/fedi.el +[submodule "emacs/.emacs.d/lisp/git-email"] + path = emacs/.emacs.d/lisp/git-email + url = https://g.ypei.me/git-email.git |