; * lisp/treesit.el (treesit-simple-indent-presets): Fix typo.
Well it's sort of a typo :-)
This commit is contained in:
@@ -1177,7 +1177,6 @@ See `treesit-simple-indent-presets'.")
|
||||
fns)))))
|
||||
(cons 'not (lambda (fn)
|
||||
(lambda (node parent bol &rest _)
|
||||
(debug)
|
||||
(not (funcall fn node parent bol)))))
|
||||
(cons 'list (lambda (&rest fns)
|
||||
(lambda (node parent bol &rest _)
|
||||
|
||||
Reference in New Issue
Block a user