Variable: embark-prose-map

embark-prose-map is a variable defined in embark.el.

Value

Large value
$      ispell-region
-      negative-argument
0      digit-argument
1      digit-argument
2      digit-argument
3      digit-argument
4      digit-argument
5      digit-argument
6      digit-argument
7      digit-argument
8      digit-argument
9      digit-argument
=      count-words-region
A      embark-act-all
B      embark-become
C-SPC  mark
C-r    embark-isearch-backward
C-s    embark-isearch-forward
DEL    delete-region
E      embark-export
F      whitespace-cleanup-region
L      embark-live
S      embark-collect
SPC    embark-select
c      capitalize-region
f      fill-region
i      embark-insert
l      downcase-region
q      embark-toggle-quit
u      upcase-region
w      embark-copy-as-kill

Documentation

Keymap for Embark actions for dealing with prose.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defvar-keymap embark-prose-map
  :doc "Keymap for Embark actions for dealing with prose."
  :parent embark-general-map
  "$" #'ispell-region
  "f" #'fill-region
  "u" #'upcase-region
  "l" #'downcase-region
  "c" #'capitalize-region
  "F" #'whitespace-cleanup-region
  "=" #'count-words-region)