Variable: allout-cue-span-keymap

allout-cue-span-keymap is a buffer-local variable defined in allout-widgets.el.gz.

Documentation

Keymap used in the item cue area - the space between the icon and headline.

Source Code

;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_    = allout-cue-span-keymap
(defvar-local allout-cue-span-keymap
  (let ((km (make-sparse-keymap)))
    (set-keymap-parent km allout-item-icon-keymap)
    km)
  "Keymap used in the item cue area - the space between the icon and headline.")