Compare commits
2 Commits
f689d2afe1
...
master
Author | SHA1 | Date | |
---|---|---|---|
eb14dff0cd | |||
58bb81edeb |
@ -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
|
||||
|
@ -181,5 +181,10 @@ Install the doc if it's not installed."
|
||||
:hook ((js-base-mode css-mode sgml-mode web-mode) . prettier-mode)
|
||||
:init (setq prettier-pre-warm 'none))
|
||||
|
||||
(use-package subword
|
||||
:ensure nil
|
||||
:init
|
||||
(global-subword-mode 1))
|
||||
|
||||
(provide 'init-prog)
|
||||
;;; init-prog.el ends here
|
||||
|
Reference in New Issue
Block a user