Variable: cape--dabbrev-properties

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

Value

(:annotation-function
 #[257 "\300\207" [" Dabbrev"] 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)]
 :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'.")