branch: elpa/typst-ts-mode
commit 51e05c7075bc17bf80f6477ce68366eb187961c7
Merge: 1367003e2a 522cbeb3b9
Author: Meow King <[email protected]>
Commit: Meow King <[email protected]>
Merge pull request 'fix: Bound typst-ts-compile-and-preview to C-S-C' (#34)
from vslavkin/typst-ts-mode:main into main
Reviewed-on: https://codeberg.org/meow_king/typst-ts-mode/pulls/34
---
typst-ts-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index 5f5a1bace8..5843129b78 100644
--- a/typst-ts-mode.el
+++ b/typst-ts-mode.el
@@ -464,7 +464,7 @@ This function is meant to be used when user hits a return
key."
;;;###autoload
(defvar-keymap typst-ts-mode-map
"C-c C-c" #'typst-ts-compile ; use prefix argument to do preview
- "C-c C-C" #'typst-ts-compile-and-preview
+ "C-c C-S-C" #'typst-ts-compile-and-preview
"C-c C-w" #'typst-ts-watch-mode
"C-c C-p" #'typst-ts-preview