aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-05-13 17:14:52 -0400
committerBardofSprites <[email protected]>2026-05-13 17:14:52 -0400
commitb964afc38b15876c08f1f8cbf8d492fd416e4348 (patch)
tree5f16e74dffaf8e9cfd60f498b49a38ab091cecdc /bard-emacs-modules
parent43b99f7d6de0d943ec76dc5f74cf2767b8e908a3 (diff)
fix typst use-package declaration
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-writing.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el
index 4fc50a2..9318979 100644
--- a/bard-emacs-modules/bard-emacs-writing.el
+++ b/bard-emacs-modules/bard-emacs-writing.el
@@ -309,7 +309,7 @@
:init
(setq typst-preview-autostart t)
(setq typst-preview-open-browser-automatically t)
- :custom
+ :config
(setq typst-preview-browser "zen"
typst-preview-invert-colors "never"
typst-preview-executable "tinymist"