mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/emacs-lisp: fix syntax error
Due to extra parenthesis.
This commit is contained in:
@ -107,7 +107,7 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
||||
(let ((state (sp--syntax-ppss)))
|
||||
(not (or (nth 3 state)
|
||||
(nth 4 state))))))
|
||||
,@match-highlights))))))
|
||||
,@match-highlights)))))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user