branch: elpa/casual
commit 9d0f3ba3365d478f115d352e9b3cab414f54f8b4
Merge: b5e29b4d1a 2462ad2691
Author: Charles Choi <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #360 from 
kickingvegas/merge-development-to-main-20260107_010848
    
    Merge development to main 20260107_010848
---
 docs/casual.info | Bin 148780 -> 148783 bytes
 docs/casual.org  |   2 +-
 docs/html.org    |   4 ++--
 lisp/casual.el   |   2 +-
 4 files changed, 4 insertions(+), 4 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/casual.org b/docs/casual.org
index de4fff5ffa..9294d95fdb 100644
--- a/docs/casual.org
+++ b/docs/casual.org
@@ -5,7 +5,7 @@
 #+EMAIL: [email protected]
 #+OPTIONS: ':t toc:t author:t email:t H:4 f:t
 #+LANGUAGE: en
-#+MACRO: version 2.12.0
+#+MACRO: version 2.12.1-rc.1
 #+MACRO: kbd (eval (org-texinfo-kbd-macro $1))
 #+TEXINFO_FILENAME: casual.info
 #+TEXINFO_CLASS: casual
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
diff --git a/lisp/casual.el b/lisp/casual.el
index 16080485af..da24de420a 100644
--- a/lisp/casual.el
+++ b/lisp/casual.el
@@ -5,7 +5,7 @@
 ;; Author: Charles Choi <[email protected]>
 ;; URL: https://github.com/kickingvegas/casual
 ;; Keywords: tools, wp
-;; Version: 2.12.0
+;; Version: 2.12.1-rc.1
 ;; Package-Requires: ((emacs "29.1") (transient "0.9.0") (csv-mode "1.27"))
 
 ;; This program is free software; you can redistribute it and/or modify

Reply via email to