fix(emacs): use olivetti for typst
This commit is contained in:
parent
593846eab7
commit
6da1680bab
2 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue