From b1d79734cdd878bde098a18a9af77b241cd7afa8 Mon Sep 17 00:00:00 2001 From: TCCQ Date: Mon, 14 Jul 2025 15:15:01 -0700 Subject: dabbrev in cape --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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 -- cgit v1.2.3