Improve yasnippets and enable yas-minor-mode on html-mode.

This commit is contained in:
kj
2022-05-06 16:07:54 -04:00
parent 0aed1d01a2
commit 9cddf59c1d
282 changed files with 4 additions and 1880 deletions

View File

@ -147,7 +147,10 @@
:config
(yas-reload-all)
:hook
((prog-mode feature-mode) . yas-minor-mode))
((prog-mode feature-mode) . yas-minor-mode-on)
(html-mode . yas-minor-mode))
(use-package yasnippet-snippets :ensure t :defer t)
;; Restaurar el estado de los frames
(use-package winner