This commit is contained in:
Case Duckworth 2021-11-22 23:07:32 -06:00
parent a2657993ba
commit 4caf3100a8
1 changed files with 11 additions and 0 deletions

11
init.el
View File

@ -135,6 +135,17 @@
(:when-loaded
(setf (alist-get ?. avy-dispatch-alist) 'avy-action-embark)))
(setup (:straight (cape :host github :repo "minad/cape"))
(dolist (fn '(;; All available cape capfs listed here.
cape-file-capf
cape-dabbrev-capf
cape-keyword-capf
;;cape-abbrev-capf
;;cape-ispell-capf
;;cape-dict-capf
))
(add-to-list 'completion-at-point-functions fn)))
(setup (:straight (capf-autosuggest
:repo "https://repo.or.cz/emacs-capf-autosuggest.git"))
(:hook-into eshell-mode