Skip to content

Commit 7425ec9

Browse files
authored
gptel-transient: Fix face related bug (#638)
* gptel-transient (gptel-menu): Fix a slight bug introduced in commit edf834a ("Provide description of send action") where an extra quote (') caused error "Invalid face reference: quote" to appear in *Messages* and the "Context" heading to have incorrect face (color).
1 parent 86678ed commit 7425ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gptel-transient.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Also format its value in the Transient menu."
556556
(gptel--infix-add-directive)]
557557
[:pad-keys t ""
558558
(:info #'gptel--describe-infix-context
559-
:face 'transient-heading :format "%d")
559+
:face transient-heading :format "%d")
560560
(gptel--infix-context-add-region)
561561
(gptel--infix-context-add-buffer)
562562
(gptel--infix-context-add-file)

0 commit comments

Comments
 (0)