add yaml-mode
This commit is contained in:
parent
f83a4d3a60
commit
25a5f2e9e0
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue