branch: elpa/typst-ts-mode
commit 131c404ee0e171212beae5f62ecab5c31266b451
Author: Valentino Slavkin <[email protected]>
Commit: Valentino Slavkin <[email protected]>
Bound `C-c C-C` to `typst-ts-compile-and-preview`
---
typst-ts-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index 88cc1333d6..5f5a1bace8 100644
--- a/typst-ts-mode.el
+++ b/typst-ts-mode.el
@@ -464,6 +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-w" #'typst-ts-watch-mode
"C-c C-p" #'typst-ts-preview