From e3ae642d647973d3833d542e45e6b463577c75e3 Mon Sep 17 00:00:00 2001 From: Joseph Tesfaye Date: Fri, 16 Aug 2024 22:14:31 +0900 Subject: [PATCH] Fix: transient-showcase.el:188:2: Error: Invalid transient--parse-child spec: nil Error was prompted upon `(require transient-showcase)` on GNU Emacs 29.1 with Spacemacs. --- transient-showcase.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transient-showcase.el b/transient-showcase.el index 7360a97..5481e3c 100644 --- a/transient-showcase.el +++ b/transient-showcase.el @@ -192,7 +192,7 @@ (:info #'tsc--random-info) (:info "Use :format to remove whitespace" :format "%d") ("k" :info "Keys will be greyed out") - () ; empty line + ;; () ; empty line ("wg" "wave greenishly" tsc-suffix-wave)]) (transient-define-prefix tsc-layout-stacked ()