diff options
author | Yuchen Pei <id@ypei.org> | 2023-06-19 11:19:19 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-06-19 22:41:03 +1000 |
commit | 06914aff2b0011d41bc50447965a8d7c6ef52c9b (patch) | |
tree | 278047a8c1c02347d5cf7a0119ac4cc373e3e191 /.gitmodules | |
parent | f06c1c12456a598b7007a6ef08306051d0d49064 (diff) |
precision fixes
- Adding org-jira
- Also fixed getting builders in buildbot
- Adding gdb-mi and gud
- Adding gdb and shell configs
- Also mariadb dev related stuff
- A few more modes
- some more updates
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e4e859a..733000b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,3 +76,9 @@ [submodule ".emacs.d/lisp/mastodon.el"] path = emacs/.emacs.d/lisp/mastodon.el url = https://codeberg.org/martianh/mastodon.el +[submodule "emacs/.emacs.d/lisp/org-jira"] + path = emacs/.emacs.d/lisp/org-jira + url = https://github.com/ahungry/org-jira +[submodule "emacs/.emacs.d/lisp/ox-jira.el"] + path = emacs/.emacs.d/lisp/ox-jira.el + url = https://github.com/stig/ox-jira.el |