diff --git a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-completion.el b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-completion.el index 4c700358..559373fb 100644 --- a/emacs/.emacs.d/prot-emacs-modules/prot-emacs-completion.el +++ b/emacs/.emacs.d/prot-emacs-modules/prot-emacs-completion.el @@ -295,6 +295,8 @@ INDIVIDUAL-CAPFS to the list." "Set up Cape for prose." (prot/cape-super-set-local '(cape-dict cape-dabbrev cape-emoji) '(cape-file))) + (setq completion-at-point-functions '(cape-dabbrev cape-file)) + (add-hook 'text-mode-hook #'prot/cape-text-setup))) (when (eq prot-emacs-completion-in-buffer 'company) diff --git a/emacs/.emacs.d/prot-emacs.org b/emacs/.emacs.d/prot-emacs.org index ba716d96..4f4b1342 100644 --- a/emacs/.emacs.d/prot-emacs.org +++ b/emacs/.emacs.d/prot-emacs.org @@ -4825,6 +4825,8 @@ INDIVIDUAL-CAPFS to the list." "Set up Cape for prose." (prot/cape-super-set-local '(cape-dict cape-dabbrev cape-emoji) '(cape-file))) + (setq completion-at-point-functions '(cape-dabbrev cape-file)) + (add-hook 'text-mode-hook #'prot/cape-text-setup))) #+end_src