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 "\n\n(fn _)"]
		      :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'.")