branch: main
commit dd3811443f88bcf0ea69431ee309df12cb77d89a
Author: Stephen Leake <[email protected]>
Commit: Stephen Leake <[email protected]>
* elpa-packages (ada-mode, wisi): add :branch, :release-branch
---
elpa-packages | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/elpa-packages b/elpa-packages
index c9493f37c8..073a1b3a1c 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -37,7 +37,10 @@
:auto-sync t)
("ack" :url "https://github.com/leoliu/ack-el"
:auto-sync t)
- ("ada-mode" :url nil :doc ("ada-mode.texi" "gpr-mode.texi"))
+ ("ada-mode" :url nil
+ :doc ("ada-mode.texi" "gpr-mode.texi")
+ :branch "ada-mode"
+ :release-branch "ada-mode.release")
("ada-ref-man" :url nil)
("adaptive-wrap" :url nil)
("aircon-theme" :url "https://git.sr.ht/~chambln/aircon-theme.el"
@@ -731,7 +734,10 @@
("websocket" :url "https://github.com/ahyatt/emacs-websocket.git")
("windower" :url "https://gitlab.com/ambrevar/emacs-windower")
("windresize" :url nil)
- ("wisi" :url nil :doc ("wisi.texi"
"wisitoken-user_guide.texinfo"))
+ ("wisi" :url nil
+ :doc ("wisi.texi" "wisitoken-user_guide.texinfo")
+ :branch "wisi"
+ :release-branch "wisi.release")
("wisitoken-grammar-mode" :url nil)
("which-key" :url "https://github.com/justbur/emacs-which-key"
:auto-sync t)