Variable: embark-sort-map
embark-sort-map is a variable defined in embark.el.
Value
P sort-pages
c sort-columns
f sort-fields
l sort-lines
n sort-numeric-fields
p sort-paragraphs
r sort-regexp-fields
Documentation
Keymap for Embark actions that sort the region
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defvar-keymap embark-sort-map
:doc "Keymap for Embark actions that sort the region"
"l" #'sort-lines
"P" #'sort-pages
"f" #'sort-fields
"c" #'sort-columns
"p" #'sort-paragraphs
"r" #'sort-regexp-fields
"n" #'sort-numeric-fields)