Skip to content

Commit

Permalink
[emacs] add gptel-quick package
Browse files Browse the repository at this point in the history
  • Loading branch information
meain committed Jul 27, 2024
1 parent 4b72295 commit 1e194e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions emacs/.config/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -4338,6 +4338,12 @@ Pass in `LISTITEMS to decide if you wanna create a new item or search for existi
(global-set-key (kbd "M-f i i") (lambda () (interactive) (gptel-send t)))
(global-set-key (kbd "M-f i r") (lambda () (interactive) (gptel-rewrite-menu))))

(use-package gptel-quick
:ensure (:host github :repo "karthink/gptel-quick")
:commands (gptel-quick)
:config
(setq gptel-quick-timeout 100))

(use-package yap
:load-path "/Users/meain/dev/src/yap"
:config
Expand Down

0 comments on commit 1e194e6

Please sign in to comment.