fix(emacs): use olivetti for typst

This commit is contained in:
Lucas Sta Maria 2025-03-02 22:00:03 -05:00
parent 593846eab7
commit 6da1680bab
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 1 additions and 2 deletions

View file

@ -94,7 +94,7 @@
:init
(pdf-tools-install))
(use-package olivetti :straight t
:hook (org-mode . olivetti-mode))
:hook ((org-mode typst-ts-mode) . olivetti-mode))
(use-package casual :straight (casual :type git :host github :repo "kickingvegas/casual")
:init
(keymap-set dired-mode-map "C-o" #'casual-dired-tmenu))

View file

@ -153,7 +153,6 @@
:straight '(:type git :host sourcehut :repo "meow_king/typst-ts-mode" :files (:defaults "*.el"))
:custom
(typst-ts-mode-watch-options "--open")
(typst-ts-mode-enable-raw-blocks-highlight t)
(typst-ts-mode-highlight-raw-blocks-at-startup t))