Install cape

This commit is contained in:
Tobias Ostner 2023-07-14 08:42:20 +02:00
parent f1f126df94
commit 55d238f2d9

View file

@ -54,6 +54,12 @@
("C-:" . avy-goto-char) ("C-:" . avy-goto-char)
("M-g f" . avy-goto-line))) ("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 (use-package chatgpt-shell
:config :config
(setq chatgpt-shell-openai-key (setq chatgpt-shell-openai-key