diff options
| author | Paul Nelson <ultrono@gmail.com> | 2024-04-29 20:37:52 +0200 |
|---|---|---|
| committer | Paul Nelson <ultrono@gmail.com> | 2024-04-29 20:37:52 +0200 |
| commit | 91870fa1a24cc052a4c19397ed76f3b01fa89bb5 (patch) | |
| tree | f9d6c0f17e6ce4395a7feef2a5e4707ee17c7445 | |
| parent | a3ba987e68803ce7c23a3d6b34da4a93153c0051 (diff) | |
add ":after latex" to the use-package declaration
| -rw-r--r-- | README.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))) |
