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