From 20e758789e8b297c118115fcf503a9c46ea9fcec Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 19 May 2022 18:19:04 +0200 Subject: [PATCH] [Emacs] Update package specifications --- org/config/emacs.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index 1870f46..93c602e 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -4910,13 +4910,13 @@ to be compatible with ~ox-conlang-tsx~. Finally, I also need a handler for custom links begining in ~conlang~, like ~[[conlang:English:dog]]~. ~ol-conlang~ handles that. #+begin_src emacs-lisp -(use-package ol-conlang +(use-package org-conlang :defer t - :after '(org ol) - :straight (ol-conlang :type git - :host nil - :repo "https://labs.phundrak.com/phundrak/ol-conlang" - :build t)) + :after '(org ol ox) + :straight (org-conlang :type git + :host nil + :repo "https://labs.phundrak.com/phundrak/org-conlang" + :build t)) #+end_src **** Epub