This commit is contained in:
2024-09-14 00:07:43 -07:00
parent 0c41d4b12a
commit 3f09c1edfb

View File

@@ -103,3 +103,11 @@
(("C-'" . completion-at-point))
:init
(global-corfu-mode))
(use-package cape
:ensure t
;; Bind prefix keymap providing all Cape commands under a mnemonic key.
:bind ("C-c p" . cape-prefix-map) ;; Alternative keys: M-p, M-+, ...
:init
(add-hook 'completion-at-point-functions #'cape-file)
(add-hook 'completion-at-point-functions #'cape-elisp-block))