diff options
| author | TCCQ <thomasmulmer02@gmail.com> | 2025-07-14 15:15:01 -0700 |
|---|---|---|
| committer | TCCQ <thomasmulmer02@gmail.com> | 2025-07-14 15:15:01 -0700 |
| commit | b1d79734cdd878bde098a18a9af77b241cd7afa8 (patch) | |
| tree | e269fc6954a6046f5ed60b6ca54ce3c6c7e89032 /emacs | |
| parent | 4172f26649626c0357fd0605c1e0335fbac342ab (diff) | |
dabbrev in cape
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index dc8372c..7b9ab02 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -255,7 +255,7 @@ given keymap or in the global keymap." (advice-add 'pcomplete-completions-at-point :around 'cape-wrap-silent) (advice-add 'pcomplete-completions-at-point :around 'cape-wrap-purify) :custom - (completion-at-point-functions (list (cape-capf-super 'cape-dict 'tempel-complete))) + (completion-at-point-functions (list (cape-capf-super 'cape-dabbrev 'cape-dict 'tempel-complete))) ;; :hook ;; (after-change-major-mode . (lambda () ;; (setq-local completion-at-point-functions |
