branch: elpa/casual
commit 7096409964d8634a9e1728882ad7f829fd0cfeb8
Author: Charles Choi <[email protected]>
Commit: Charles Choi <[email protected]>

    Fix binding for casual-html-tag-tmenu
    
    - Use "C-c m" as the binding.
---
 docs/casual.info | Bin 148780 -> 148783 bytes
 docs/html.org    |   4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/casual.info b/docs/casual.info
index 6f55311bbc..7393869b73 100644
Binary files a/docs/casual.info and b/docs/casual.info differ
diff --git a/docs/html.org b/docs/html.org
index 12a57fc0c6..9862c4240e 100644
--- a/docs/html.org
+++ b/docs/html.org
@@ -29,10 +29,10 @@ A different binding ({{{kbd(M-m)}}}) is used as 
~casual-html-tmenu~ is intended
 It is convenient to also bind ~casual-html-tag-tmenu~ as well.
 
 #+begin_src elisp :lexical no
-  (keymap-set html-mode-map "M-m" #'casual-html-tags-tmenu)
+  (keymap-set html-mode-map "C-c m" #'casual-html-tags-tmenu)
 #+end_src
 
-If HTML Tree-sitter support is enabled, set the keymap ~html-ts-mode-map~ 
instead of ~html-mode-map~.
+If HTML Tree-sitter support is enabled, use the keymap ~html-ts-mode-map~ in 
place of ~html-mode-map~.
 
 ** HTML Usage
 #+CINDEX: HTML Usage

Reply via email to