branch: elpa/treesit-fold
commit 714d645b684028ce850ba305705f5ddfc735970f
Author: Ben Chan <[email protected]>
Commit: Jen-Chieh Shen <[email protected]>

    fix: error Invalid face box quote (:line-width -1 :style 'pressed-button)
---
 ts-fold.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ts-fold.el b/ts-fold.el
index c1ae38698a..c05b05ca1e 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -166,7 +166,7 @@ For example, Lua, Ruby, etc."
   :group 'ts-fold)
 
 (defface ts-fold-replacement-face
-  '((t :foreground "#808080" :box '(:line-width -1 :style 'pressed-button)))
+  '((t :foreground "#808080" :box (:line-width -1 :style pressed-button)))
   "Face used to display the fold replacement text."
   :group 'ts-fold)
 

Reply via email to