add yaml-mode

This commit is contained in:
Grigory Shipunov 2021-12-17 02:33:08 +01:00
parent f83a4d3a60
commit 25a5f2e9e0
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -290,6 +290,9 @@
:straight t
:bind ("C-=" . er/expand-region))
(use-package yaml-mode
:straight t)
(if (not (string= system-type "windows-nt"))
(use-package vterm
:straight t