From 91870fa1a24cc052a4c19397ed76f3b01fa89bb5 Mon Sep 17 00:00:00 2001 From: Paul Nelson Date: Mon, 29 Apr 2024 20:37:52 +0200 Subject: add ":after latex" to the use-package declaration --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 731f0f0..0c49a6b 100644 --- a/README.org +++ b/README.org @@ -8,6 +8,7 @@ This package provides a minor mode where [[https://ctan.org/pkg/latexmk?lang=en] Download this repository, install using =M-x package-install-file= (or package-vc-install, straight, elpaca, ...), and add something like the following to your [[https://www.emacswiki.org/emacs/InitFile][init file]]: #+begin_src elisp (use-package tex-continuous + :after latex :bind (:map LaTeX-mode-map ("C-c k" . tex-continuous-toggle))) -- cgit v1.0