Add cape
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user