Add a binding for enriched-toggle-markup
* lisp/textmodes/enriched.el (enriched-mode-map): Bind 'enriched-toggle-markup' to 'M-o m'. * etc/NEWS: Announce the change.
This commit is contained in:
parent
d8ba28fa39
commit
a3063f0bc8
2 changed files with 2 additions and 1 deletions
2
etc/NEWS
2
etc/NEWS
|
@ -1769,7 +1769,7 @@ or can take a long time to render.
|
||||||
+++
|
+++
|
||||||
*** New command 'enriched-toggle-markup'.
|
*** New command 'enriched-toggle-markup'.
|
||||||
This allows you to see the markup in 'enriched-mode' buffers (e.g.,
|
This allows you to see the markup in 'enriched-mode' buffers (e.g.,
|
||||||
the "HELLO" file).
|
the "HELLO" file). Bound to 'M-o m' by default.
|
||||||
|
|
||||||
** Shell Script Mode
|
** Shell Script Mode
|
||||||
|
|
||||||
|
|
|
@ -192,6 +192,7 @@ The value is a list of \(VAR VALUE VAR VALUE...).")
|
||||||
(define-key map "\C-c[" #'set-left-margin)
|
(define-key map "\C-c[" #'set-left-margin)
|
||||||
(define-key map "\C-c]" #'set-right-margin)
|
(define-key map "\C-c]" #'set-right-margin)
|
||||||
(define-key map "\M-o" #'facemenu-keymap)
|
(define-key map "\M-o" #'facemenu-keymap)
|
||||||
|
(define-key map "\M-om" #'enriched-toggle-markup)
|
||||||
map)
|
map)
|
||||||
"Keymap for Enriched mode.")
|
"Keymap for Enriched mode.")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue