diff --git a/ReadMe.org b/ReadMe.org index eab82ce..3fae63f 100644 --- a/ReadMe.org +++ b/ReadMe.org @@ -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