; * lisp/treesit.el (treesit-simple-indent-presets): Fix typo.
Well it's sort of a typo :-)
This commit is contained in:
parent
ddfeee3e8a
commit
72a81e2022
1 changed files with 0 additions and 1 deletions
|
@ -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 _)
|
||||||
|
|
Loading…
Add table
Reference in a new issue