branch: elpa/typst-ts-mode commit e277102c3f4693477ba99f0914567c2d8df65ca6 Author: Huan Thieu Nguyen <nguyenthieuh...@gmail.com> Commit: Huan Thieu Nguyen <nguyenthieuh...@gmail.com>
feat: bind open at point to C-c C-o #61 --- typst-ts-mode.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/typst-ts-mode.el b/typst-ts-mode.el index 7c6f4bce00..ce38b31bb7 100644 --- a/typst-ts-mode.el +++ b/typst-ts-mode.el @@ -192,7 +192,7 @@ :feature 'math-standard ; part 1 '((symbol) @font-lock-constant-face (letter) @font-lock-constant-face) - + :language 'typst :feature 'math-standard ; part 2 :override 'append @@ -500,7 +500,9 @@ This function is meant to be used when user hits a return key." ;; relative precedence of the keymaps involved. "TAB" #'typst-ts-editing-cycle "RET" #'typst-ts-editing-return - "C-c '" #'typst-ts-edit-indirect) + "C-c '" #'typst-ts-edit-indirect + + "C-c C-o" #'typst-ts-mc-open-at-point) (defun typst-ts-indent-line-function ()