Variable: cape--dict-properties
cape--dict-properties is a variable defined in cape.el.
Value
(:annotation-function
#[257 "\300\207" [" Dict"] 2
("/root/.emacs.d/elpa/cape-20260804.2303/cape.elc" . 12370)]
:company-kind
#[257 "\300\207" [text] 2
("/root/.emacs.d/elpa/cape-20260804.2303/cape.elc" . 12370)]
:display-sort-function identity :cycle-sort-function identity
:exclusive no :category cape-dict)
Documentation
Completion extra properties for cape-dict.
Source Code
;; Defined in ~/.emacs.d/elpa/cape-20260804.2303/cape.el
;;;;; cape-dict
(defvar cape--dict-properties
(list :annotation-function (lambda (_) " Dict")
:company-kind (lambda (_) 'text)
:display-sort-function #'identity
:cycle-sort-function #'identity
:exclusive 'no
:category 'cape-dict)
"Completion extra properties for `cape-dict'.")