emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/zuul fb25d6ec0b 2/3: Add binding to rerun build command


From: ELPA Syncer
Subject: [elpa] externals/zuul fb25d6ec0b 2/3: Add binding to rerun build command locally
Date: Wed, 11 Jan 2023 12:58:24 -0500 (EST)

branch: externals/zuul
commit fb25d6ec0b15d2fb9d56f55424395de869d29a13
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Add binding to rerun build command locally
---
 zuul.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/zuul.el b/zuul.el
index 144e38db4e..dab4b9bdeb 100644
--- a/zuul.el
+++ b/zuul.el
@@ -1143,6 +1143,7 @@ Optionally provide extra parameters PARAMS, PARSER, 
METHOD, BUFFER or HEADERS."
     (define-key map (kbd "C-c C-q") #'zuul-quit-build)
     (define-key map (kbd "C-c C-s") #'zuul-switch-buildset)
     (define-key map (kbd "C-c C-r") #'zuul-run-build-command)
+    (define-key map (kbd "g") #'zuul-run-build-command)
     map))
 
 (define-derived-mode zuul-log-mode fundamental-mode "Zuul Log"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]