emacs: add cape
This commit is contained in:
parent
1686de008d
commit
9901b97710
1 changed files with 7 additions and 0 deletions
|
@ -188,6 +188,13 @@ value `italic'."
|
|||
corfu-preselect 'prompt
|
||||
corfu-quit-no-match t)
|
||||
(add-hook 'prog-mode-hook #'corfu-mode)
|
||||
;; mix and match completion
|
||||
(package-install 'cape)
|
||||
(setq completion-at-point-functions (list (cape-capf-super
|
||||
#'cape-keyword
|
||||
#'cape-file
|
||||
#'cape-dabbrev
|
||||
#'cape-emoji)))
|
||||
|
||||
;; eglot
|
||||
(require 'eglot)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue