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