; * lisp/treesit.el (treesit-simple-indent-presets): Fix typo.

Well it's sort of a typo :-)
This commit is contained in:
Yuan Fu 2022-12-31 17:10:50 -08:00
parent ddfeee3e8a
commit 72a81e2022
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -1177,7 +1177,6 @@ See `treesit-simple-indent-presets'.")
fns))))) fns)))))
(cons 'not (lambda (fn) (cons 'not (lambda (fn)
(lambda (node parent bol &rest _) (lambda (node parent bol &rest _)
(debug)
(not (funcall fn node parent bol))))) (not (funcall fn node parent bol)))))
(cons 'list (lambda (&rest fns) (cons 'list (lambda (&rest fns)
(lambda (node parent bol &rest _) (lambda (node parent bol &rest _)