Disable vc-comment-return.

Not worth the effort.
This commit is contained in:
KJ 2023-10-15 10:08:06 -04:00
parent 730d3bd0fd
commit 78c20da3b1
1 changed files with 5 additions and 5 deletions

View File

@ -339,11 +339,11 @@
(sit-for 0.75)))))
;; Cuando presionas enter en un bloque de comentario sigue el estilo del bloque.
(use-package vs-comment-return
:elpaca (:host github :repo "emacs-vs/vs-comment-return")
:defer t
:hook (prog-mode . vs-comment-return-mode)
)
;; (use-package vs-comment-return
;; :elpaca (:host github :repo "emacs-vs/vs-comment-return")
;; :defer t
;; :hook (prog-mode . vs-comment-return-mode)
;; )
;; Mostrar el último commit que modificó la linea actual
(use-package vc-msg