[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/typst-ts-mode 743f05267b 242/246: merge develop breanch in
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/typst-ts-mode 743f05267b 242/246: merge develop breanch into main |
Date: |
Fri, 14 Feb 2025 16:55:55 -0500 (EST) |
branch: elpa/typst-ts-mode
commit 743f05267bd970c410b23a9eec620c4ac99427ab
Merge: 07c6de2c46 51e05c7075
Author: meowking <mr.meowking@posteo.com>
Commit: meowking <mr.meowking@posteo.com>
merge develop breanch into main
---
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
- [nongnu] elpa/typst-ts-mode 4198faf667 228/246: `typst-ts-compile-and-preview` using `typst-ts-compile`, (continued)
- [nongnu] elpa/typst-ts-mode 4198faf667 228/246: `typst-ts-compile-and-preview` using `typst-ts-compile`, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 1367003e2a 234/246: fix: typst-ts-preview invalid argument error, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 56b6cba699 238/246: fix: warning about imperative, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode e9b9881c76 186/246: fix: #8 headings can be demoted and promoted again, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 4a9a79db64 193/246: chore, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 8234ba29f3 196/246: fix: indentation & editing commands, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode fa009cdf77 201/246: fix: #12, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 741769a3ac 205/246: fix: `delete-region` so that the line is not removed, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode e2e3ed498b 219/246: feat: #16 new keybindings, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 5f1ff0343f 231/246: Replaced `typst-ts-mode-peview` by the improved `typst-ts-preview`, ELPA Syncer, 2025/02/14
- [nongnu] elpa/typst-ts-mode 743f05267b 242/246: merge develop breanch into main,
ELPA Syncer <=