diff options
author | Ryan Kavanagh <rak@rak.ac> | 2025-02-13 11:14:07 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2025-02-13 11:14:07 -0500 |
commit | 2cb255b7c167c2511fbf3bbd8b58fd7feccbf085 (patch) | |
tree | bf384403572e445abb5b0828d9dcf06c4f41f1b9 /.gitmodules | |
parent | rak-sway: missing dependency on python3-dbus-next (diff) | |
parent | mu4e config changes to deal with flowed text (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cd7e4fc..c9a8f13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "dot_zsh/powerlevel10k"] path = dot_zsh/powerlevel10k url = https://github.com/romkatv/powerlevel10k.git +[submodule "dot_emacs.d/lisp/mu4e-goodies"] + path = dot_emacs.d/lisp/mu4e-goodies + url = git@github.com:panjie/mu4e-goodies.git |