From dab30ec19779a6ddb755e403e8210eac7360289c Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sun, 20 Feb 2022 18:40:36 +0530 Subject: [PATCH] Fix color related bug --- Changelog.org | 1 + justl.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.org b/Changelog.org index 13112a4..c2a4836 100644 --- a/Changelog.org +++ b/Changelog.org @@ -7,6 +7,7 @@ buffer. - Fix bug when process execution itself throws error. - Migrate from the deprecated ~define-transient-command~ +- Fix justl process when you pass transient argument for ~--color~~ * 0.4 diff --git a/justl.el b/justl.el index 86860d5..583cae6 100644 --- a/justl.el +++ b/justl.el @@ -417,7 +417,7 @@ tweaked further by the user." :description "Color output" :class 'transient-switches :key "-c" - :argument-format "--color %s" + :argument-format "--color=%s" :argument-regexp "\\(--color \\(auto\\|always\\|never\\)\\)" :choices '("auto" "always" "never"))