mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: make small tweak to cape configuration
This commit is contained in:
parent
9826c77f43
commit
504bf1ea43
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue