Add gptel to Emacs desktop profile

This commit is contained in:
Fabio Scotto di Santolo
2026-04-09 22:28:33 +02:00
parent 9659fcce23
commit 1c23326fd5
8 changed files with 76 additions and 35 deletions

View File

@@ -57,6 +57,10 @@
(autoload 'elfeed "elfeed" nil t)
(define-key fscotto/open (kbd "f") #'elfeed)
;; -------- gptel --------
(autoload 'gptel "gptel" nil t)
(define-key fscotto/open (kbd "l") #'gptel)
;;;; Elfeed mode maps
(with-eval-after-load 'elfeed
(define-key elfeed-search-mode-map (kbd "w") #'elfeed-search-yank)