Variable: cape-file-prefix

cape-file-prefix is a customizable variable defined in cape.el.

Value

"file:"

Documentation

File completion trigger prefixes.

The value can be a string or a list of strings. The default file: is the prefix of Org file links which work in arbitrary buffers via org-open-at-point-global.

Source Code

;; Defined in ~/.emacs.d/elpa/cape-20260804.2303/cape.el
(defcustom cape-file-prefix "file:"
  "File completion trigger prefixes.
The value can be a string or a list of strings.  The default
`file:' is the prefix of Org file links which work in arbitrary
buffers via `org-open-at-point-global'."
  :type '(choice string (repeat string)))