diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-24 12:10:52 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-12-24 12:10:52 +0100 |
| commit | c675d8c142fc3265e3123e5e492b48e748846577 (patch) | |
| tree | 6c8f9317fd57dc6714f5a7d9b6b2c2a7a7b72a48 /cape.el | |
| parent | 281ef8d6f44faa12d6eb9990366ac4bc920c62b1 (diff) | |
Reference bug#80071
Diffstat (limited to 'cape.el')
| -rw-r--r-- | cape.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ "Maximal number of completion candidates returned by `cape-dict'." :type '(choice (const nil) natnum)) +;; 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 |
