Fix parent-bol preset for tree-sitter indent

* lisp/treesit.el (treesit-simple-indent-presets): Return point rather
than column.
This commit is contained in:
Yuan Fu 2022-10-29 13:05:52 -07:00
parent a915d836fc
commit 3a784d1321
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -783,7 +783,8 @@ See `treesit-simple-indent-presets'.")
(lambda (_n parent &rest _)
(save-excursion
(goto-char (treesit-node-start parent))
(current-indentation)))))
(back-to-indentation)
(point)))))
(prev-sibling . ,(byte-compile
(lambda (node &rest _)
(treesit-node-start