projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbd50cc
)
Add convenience binding for html-paragraph to mhtml-mode
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 19 May 2024 08:43:59 +0000
(10:43 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 19 May 2024 08:46:51 +0000
(10:46 +0200)
* lisp/textmodes/sgml-mode.el (html-mode-map): Bind 'C-c C-c p' to
'html-paragraph'. (Bug#70533)
lisp/textmodes/sgml-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/sgml-mode.el
b/lisp/textmodes/sgml-mode.el
index 0e15f7e6062ba5431b93143648ded99cab1d1b6a..1f440ebf7d096fa5c30bb14b7a02ba053c614582 100644
(file)
--- a/
lisp/textmodes/sgml-mode.el
+++ b/
lisp/textmodes/sgml-mode.el
@@
-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)