branch: elpa/typst-ts-mode commit 078b2efbb9dad9151bc93e5dcacfa0fc6c5b9148 Author: Meow King <mr.meowk...@anche.no> Commit: Meow King <mr.meowk...@anche.no>
fix: disable echoing indentation debug information --- typst-ts-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typst-ts-mode.el b/typst-ts-mode.el index e333b42c3e..4fb2df1d58 100644 --- a/typst-ts-mode.el +++ b/typst-ts-mode.el @@ -838,9 +838,9 @@ If match, return the bol of the content node." ;; `typst-ts-mode-indent-line-function' is created for handling end of buffer ;; edge cases `((typst - ((lambda (node parent bol) ; NOTE - (message "%s %s %s" node parent bol) - nil) parent-bol 0) + ;; ((lambda (node parent bol) ; NOTE + ;; (message "%s %s %s" node parent bol) + ;; nil) parent-bol 0) ((n-p-gp "section" "source_file" nil) column-0 0) ; <2>