branch: externals/auctex-cont-latexmk
commit d2f6dbaae49c4ed2ddc93fcefca527046ce86d9e
Author: Paul Nelson <ultr...@gmail.com>
Commit: Paul Nelson <ultr...@gmail.com>

    correct use-package declaration
---
 README.org | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index c6abe8c0ed..731f0f0294 100644
--- a/README.org
+++ b/README.org
@@ -9,7 +9,8 @@ Download this repository, install using =M-x 
package-install-file= (or package-v
 #+begin_src elisp
 (use-package tex-continuous
   :bind
-  ("C-c k" . tex-continuous-toggle))
+  (:map LaTeX-mode-map
+        ("C-c k" . tex-continuous-toggle)))
 #+end_src
 Replace the keybinding with whatever you prefer (or delete it and just run the 
command via =M-x=).
 

Reply via email to