[core] Fix 'append nesting in transient-state-format-hint macro (#14698)

This commit is contained in:
Sylvain Benner 2021-04-26 23:10:01 -04:00 committed by GitHub
parent 635c326c0a
commit eeee3a1fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ effect if called after that point."
:columns ,prop-columns
:foreign-keys ,prop-foreign-keys
:body-pre ,prop-entry-sexp
:before-exit ,prop-exit-sexp)))
'append))))
:before-exit ,prop-exit-sexp)))))
'append))
(defface spacemacs-transient-state-title-face
`((t :inherit mode-line))