Back to using my latest changed version of demo-it

This commit is contained in:
Howard Abrams 2023-05-25 10:41:21 -07:00
parent ff55f0fbc4
commit 28cc8d0178

View file

@ -2379,7 +2379,8 @@ When having your point on a key entry, you can copy fields to kill-ring using:
Making demonstrations /within/ Emacs with my [[https://github.com/howardabrams/demo-it][demo-it]] project. While on MELPA, I want to use my own cloned version to make sure I can keep debugging it.
#+begin_src emacs-lisp
(use-package demo-it
:straight (:host github :repo "howardabrams/demo-it")
:straight (:local-repo "~/other/demo-it")
;; :straight (:host github :repo "howardabrams/demo-it")
:commands (demo-it-create demo-it-start))
#+end_src
** PDF Viewing