[Emacs] Update package specifications
This commit is contained in:
parent
c7519cfd9d
commit
20e758789e
@ -4910,13 +4910,13 @@ to be compatible with ~ox-conlang-tsx~.
|
|||||||
Finally, I also need a handler for custom links begining in ~conlang~,
|
Finally, I also need a handler for custom links begining in ~conlang~,
|
||||||
like ~[[conlang:English:dog]]~. ~ol-conlang~ handles that.
|
like ~[[conlang:English:dog]]~. ~ol-conlang~ handles that.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package ol-conlang
|
(use-package org-conlang
|
||||||
:defer t
|
:defer t
|
||||||
:after '(org ol)
|
:after '(org ol ox)
|
||||||
:straight (ol-conlang :type git
|
:straight (org-conlang :type git
|
||||||
:host nil
|
:host nil
|
||||||
:repo "https://labs.phundrak.com/phundrak/ol-conlang"
|
:repo "https://labs.phundrak.com/phundrak/org-conlang"
|
||||||
:build t))
|
:build t))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** Epub
|
**** Epub
|
||||||
|
Loading…
Reference in New Issue
Block a user