branch: elpa/typst-ts-mode
commit d56c499e09eaede992401d1806726043d491775b
Author: Huan Nguyen <nguyenthieuh...@gmail.com>
Commit: Huan Nguyen <nguyenthieuh...@gmail.com>

    refactor: no more C-c C-c prefix keybindings #21
---
 typst-ts-mode.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index 5143cd77d4..b868bc2cfb 100644
--- a/typst-ts-mode.el
+++ b/typst-ts-mode.el
@@ -605,10 +605,10 @@ FILE: file path for the result compile file."
 
 ;;;###autoload
 (defvar-keymap typst-ts-mode-map
-  "C-c C-c c" #'typst-ts-compile-and-preview
-  "C-c C-c C" #'typst-ts-compile
-  "C-c C-c w" #'typst-ts-watch-mode
-  "C-c C-c p" #'typst-ts-mode-preview
+  "C-c C-c" #'typst-ts-compile-and-preview
+  "C-u C-c C-c" #'typst-ts-compile
+  "C-c C-w" #'typst-ts-watch-mode
+  "C-c C-p" #'typst-ts-mode-preview
 
   "M-<left>" #'typst-ts-mode-heading-decrease
   "M-<right>" #'typst-ts-mode-heading-increase

Reply via email to