Skip to content

Commit ec14664

Browse files
Update install instructions to use use-package :vc
1 parent f44a7c9 commit ec14664

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ox-html-markdown-style-footnotes.org

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,11 @@ Finally, the package provides itself as ~ox-html-markdown-style-footnotes~:
277277

278278
Ox-html-markdown-style-footnotes is currently not available through any of the package registries.
279279
Instead, install it from the git repository directly.
280-
Install the package with [[https://github.com/jwiegley/use-package][use-package]] and [[https://github.com/radian-software/straight.el][straight.el]], and enable it by calling =org-html-markdown-style-footnotes-add=:
280+
Install the package with [[https://github.com/jwiegley/use-package][use-package]], and enable it by calling =org-html-markdown-style-footnotes-add=:
281281

282282
#+begin_src emacs-lisp
283-
(use-package ox-md-title
284-
:straight
285-
(ox-html-markown-style-footnotes :type git :host codeberg :repo "jkreeftmeijer/ox-html-markdown-style-footnotes.el")
283+
(use-package ox-html-markdown-style-footnotes
284+
:vc (:url "https://github.com/jeffkreeftmeijer/ox-html-markdown-style-footnotes.el.git")
286285
:config
287286
(org-html-markdown-style-footnotes-add))
288287
#+end_src

0 commit comments

Comments
 (0)