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