Variable: cape-dict-file

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

Value

"/usr/share/dict/words"

Documentation

Path to dictionary word list file.

This variable can also be a list of paths or a function returning a single or more paths.

Source Code

;; Defined in ~/.emacs.d/elpa/cape-20260804.2303/cape.el
;; TODO bug#80071 file-local language. Add mechanism to locate dictionary file
;; based on file-local language variable.
(defcustom cape-dict-file "/usr/share/dict/words"
  "Path to dictionary word list file.
This variable can also be a list of paths or
a function returning a single or more paths."
  :type '(choice string (repeat string) function))