This commit is contained in:
Luj 2025-07-23 20:55:09 +02:00
parent 19402826a1
commit 6772179cbc
Signed by: luj
GPG key ID: 6FC74C847011FD83

View file

@ -1640,3 +1640,9 @@ Well, why not use it for PDF? Also integrate with /LaTeX/ etc.
:ensure (:host github :repo "havarddj/typst-preview.el"))
#+end_src
*** Lisp
#+begin_src emacs-lisp :tangle "init.el"
(use-package sly
:ensure t)
#+end_src