use cape
This commit is contained in:
parent
e0609c38cd
commit
c5ce6fadb2
1 changed files with 6 additions and 0 deletions
6
init.el
6
init.el
|
|
@ -72,6 +72,12 @@
|
|||
(use-package which-key
|
||||
:config (which-key-mode 1))
|
||||
|
||||
(use-package cape
|
||||
:init
|
||||
(add-to-list `completion-at-point-functions #'cape-keyword)
|
||||
(add-to-list `completion-at-point-functions #'cape-file)
|
||||
(add-to-list `completion-at-point-functions #'cape-emoji))
|
||||
|
||||
(use-package corfu
|
||||
:demand t
|
||||
:custom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue