diff options
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 2 | ||||
| -rw-r--r-- | config.org | 2 |
2 files changed, 2 insertions, 2 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" @@ -2462,7 +2462,7 @@ Watch [[https://protesilaos.com/codelog/2024-02-08-emacs-window-rules-display-bu :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" |
