summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Nelson <ultrono@gmail.com>2024-04-29 20:37:52 +0200
committerPaul Nelson <ultrono@gmail.com>2024-04-29 20:37:52 +0200
commit91870fa1a24cc052a4c19397ed76f3b01fa89bb5 (patch)
treef9d6c0f17e6ce4395a7feef2a5e4707ee17c7445
parenta3ba987e68803ce7c23a3d6b34da4a93153c0051 (diff)
add ":after latex" to the use-package declaration
-rw-r--r--README.org1
1 files changed, 1 insertions, 0 deletions
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)))