Add macher package
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; Esta configuración para Inteligencia artifical en emacs, principalmente para el uso de chats.
|
;; Configuración para Inteligencia artifical en Emacs.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
@ -47,5 +47,10 @@
|
|||||||
:ensure t
|
:ensure t
|
||||||
:hook (magit-mode . gptel-magit-install))
|
:hook (magit-mode . gptel-magit-install))
|
||||||
|
|
||||||
|
(use-package macher
|
||||||
|
:ensure (:host github :repo "kmontag/macher")
|
||||||
|
:custom
|
||||||
|
(macher-action-buffer-ui 'org))
|
||||||
|
|
||||||
(provide 'init-ai)
|
(provide 'init-ai)
|
||||||
;;; init-ai.el ends here
|
;;; init-ai.el ends here
|
||||||
|
Reference in New Issue
Block a user