Skip to content

Commit

Permalink
Fix: transient-showcase.el:188:2: Error: Invalid transient--parse-chi…
Browse files Browse the repository at this point in the history
…ld spec: nil

Error was prompted upon `(require transient-showcase)` on GNU Emacs 29.1 with Spacemacs.
  • Loading branch information
josephtesfaye committed Aug 16, 2024
1 parent 039cba7 commit e3ae642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transient-showcase.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit e3ae642

Please sign in to comment.