mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
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
etc/NEWS
2
etc/NEWS
@ -1769,7 +1769,7 @@ or can take a long time to render.
|
||||
+++
|
||||
*** New command 'enriched-toggle-markup'.
|
||||
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
|
||||
|
||||
|
@ -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-right-margin)
|
||||
(define-key map "\M-o" #'facemenu-keymap)
|
||||
(define-key map "\M-om" #'enriched-toggle-markup)
|
||||
map)
|
||||
"Keymap for Enriched mode.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user