[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/zuul 36fb6e7a13 15/17: Address feedback from package-li
From: |
ELPA Syncer |
Subject: |
[elpa] externals/zuul 36fb6e7a13 15/17: Address feedback from package-lint |
Date: |
Tue, 30 Aug 2022 11:58:25 -0400 (EDT) |
branch: externals/zuul
commit 36fb6e7a13fc3a021ca6c658b82e8279b516edbf
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>
Address feedback from package-lint
---
README.md | 4 ++--
zuul.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 4956b70c08..a84d091e17 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,8 @@ The major mode `zuul-log-mode` provides the following
commands.
| zuul-previous-command | C-c C-p | Go to previous command in build log
|
| zuul-next-command | C-c C-n | Go to next command in build log
|
| zuul-open-build-in-browser | C-c C-o | Open build in browser
|
-| zuul-previous-build | C-c C-[ | Switch to previous build
|
-| zuul-next-build | C-c C-] | Switch to next build
|
+| zuul-previous-build | C-c [ | Switch to previous build
|
+| zuul-next-build | C-c ] | Switch to next build
|
| zuul-quit-build | C-c C-q | Quit and delete build log buffers
|
It also integrates with the following built in features:
diff --git a/zuul.el b/zuul.el
index d1d6a4f2cc..e1ebdb63d5 100644
--- a/zuul.el
+++ b/zuul.el
@@ -1138,9 +1138,9 @@ Optionally provide extra parameters PARAMS, PARSER,
METHOD, BUFFER or HEADERS."
(let ((map zuul-log-mode-map))
(define-key map (kbd "C-c C-b") #'zuul-switch-build)
(define-key map (kbd "C-c C-.") #'eldoc-mode)
- (define-key map (kbd "C-c C-]") #'zuul-next-build)
+ (define-key map (kbd "C-c ]") #'zuul-next-build)
(define-key map (kbd "C-c C-o") #'zuul-open-build-in-browser)
- (define-key map (kbd "C-c C-[") #'zuul-previous-build)
+ (define-key map (kbd "C-c [") #'zuul-previous-build)
(define-key map (kbd "C-c C-p") #'zuul-previous-command)
(define-key map (kbd "C-c C-n") #'zuul-next-command)
(define-key map (kbd "C-c C-q") #'zuul-quit-build)
- [elpa] branch externals/zuul created (now ad20c55828), ELPA Syncer, 2022/08/30
- [elpa] externals/zuul 1ac0b6635e 06/17: Move zuul--highlight-cmd, ELPA Syncer, 2022/08/30
- [elpa] externals/zuul 67165f7805 05/17: Add highlight of command, ELPA Syncer, 2022/08/30
- [elpa] externals/zuul 0003af3679 10/17: Add functions for anonymized screenshots, ELPA Syncer, 2022/08/30
- [elpa] externals/zuul 36fb6e7a13 15/17: Address feedback from package-lint,
ELPA Syncer <=
- [elpa] externals/zuul c3e69263ce 14/17: Update command section in README, ELPA Syncer, 2022/08/30
- [elpa] externals/zuul b14fb97cc0 03/17: Replace keybinding for eldoc-mode, ELPA Syncer, 2022/08/30
- [elpa] externals/zuul c15f79d769 07/17: Add previous/next command in build log, ELPA Syncer, 2022/08/30
- [elpa] externals/zuul 982b0eac12 09/17: Add faces for prompt and input in zuul build, ELPA Syncer, 2022/08/30
- [elpa] externals/zuul 83f68268cc 01/17: Add LICENSE file, ELPA Syncer, 2022/08/30
- [elpa] externals/zuul 58af096228 04/17: Update output to contain cmd as well, ELPA Syncer, 2022/08/30
- [elpa] externals/zuul aecdb85b15 02/17: Add zuul.el, ELPA Syncer, 2022/08/30
- [elpa] externals/zuul ad20c55828 17/17: Update required Emacs version, ELPA Syncer, 2022/08/30
- [elpa] externals/zuul d58e139493 08/17: Update zuul-open-build-log implementation, ELPA Syncer, 2022/08/30
- [elpa] externals/zuul ef4dba22c6 11/17: Increase anonymity, ELPA Syncer, 2022/08/30