Add macher package

This commit is contained in:
kj
2025-09-08 10:23:39 -03:00
parent 58bb81edeb
commit eb14dff0cd

View File

@ -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