From c5ce6fadb29a75756678ff31f581e1f54f41f957 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sun, 7 Sep 2025 15:33:10 +0300 Subject: [PATCH] use cape --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index 47e0e39..039f93d 100644 --- a/init.el +++ b/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