Add convenience binding for html-paragraph to mhtml-mode
* lisp/textmodes/sgml-mode.el (html-mode-map): Bind 'C-c C-c p' to 'html-paragraph'. (Bug#70533)
This commit is contained in:
parent
dbd50ccd8e
commit
92cd24f405
1 changed files with 1 additions and 0 deletions
|
@ -1820,6 +1820,7 @@ This takes effect when first loading the library.")
|
|||
(define-key map "\C-c\C-c#" #'html-id-anchor)
|
||||
(define-key map "\C-c\C-ci" #'html-image)
|
||||
(when html-quick-keys
|
||||
(define-key map "\C-cp" #'html-paragraph)
|
||||
(define-key map "\C-c-" #'html-horizontal-rule)
|
||||
(define-key map "\C-cd" #'html-div)
|
||||
(define-key map "\C-co" #'html-ordered-list)
|
||||
|
|
Loading…
Add table
Reference in a new issue