Variable: cape--history-properties

cape--history-properties is a variable defined in cape.el.

Value

(:company-kind
 #[257 "\300\207" [text] 2
       ("/root/.emacs.d/elpa/cape-20260804.2303/cape.elc" . 12677)]
 :exclusive no :display-sort-function identity :cycle-sort-function
 identity :category cape-history)

Documentation

Completion extra properties for cape-history.

Source Code

;; Defined in ~/.emacs.d/elpa/cape-20260804.2303/cape.el
(defvar cape--history-properties
  (list :company-kind (lambda (_) 'text)
        :exclusive 'no
        :display-sort-function #'identity
        :cycle-sort-function #'identity
        :category 'cape-history)
  "Completion extra properties for `cape-history'.")