branch: externals/auctex-cont-latexmk commit 91870fa1a24cc052a4c19397ed76f3b01fa89bb5 Author: Paul Nelson <ultr...@gmail.com> Commit: Paul Nelson <ultr...@gmail.com>
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 731f0f0294..0c49a6b33e 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)))