This commit is contained in:
Yisroel Baum 2025-09-07 15:33:10 +03:00
parent e0609c38cd
commit c5ce6fadb2
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -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