Install cape
This commit is contained in:
parent
f1f126df94
commit
55d238f2d9
1 changed files with 6 additions and 0 deletions
|
|
@ -54,6 +54,12 @@
|
|||
("C-:" . avy-goto-char)
|
||||
("M-g f" . avy-goto-line)))
|
||||
|
||||
(use-package cape
|
||||
:init
|
||||
(add-to-list 'completion-at-point-functions #'cape-dabbrev)
|
||||
(add-to-list 'completion-at-point-functions #'cape-file)
|
||||
(add-to-list 'completion-at-point-functions #'cape-history))
|
||||
|
||||
(use-package chatgpt-shell
|
||||
:config
|
||||
(setq chatgpt-shell-openai-key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue