Variable: cape--super-functions

cape--super-functions is a variable defined in cape.el.

Value

(:company-docsig
 :company-location
 :company-kind
 :company-doc-buffer
 :company-deprecated
 :annotation-function
 :exit-function)

Documentation

List of extra functions which are handled by cape-wrap-super.

Source Code

;; Defined in ~/.emacs.d/elpa/cape-20260804.2303/cape.el
(defvar cape--super-functions
  '( :company-docsig :company-location :company-kind
     :company-doc-buffer :company-deprecated
     :annotation-function :exit-function)
  "List of extra functions which are handled by `cape-wrap-super'.")