Add a file for yaml

This commit is contained in:
Andreas Zweili 2022-08-20 16:50:01 +02:00
parent e51cbb48cf
commit eba9a3536e
3 changed files with 8 additions and 8 deletions

View File

@ -26,14 +26,6 @@
(use-package gnu-elpa-keyring-update
:ensure t)
(use-package yaml-mode
:defer t
:mode
(("\\.yml\\'" . yaml-mode)
("\\.yaml\\'" . yaml-mode))
:interpreter ("yml" . yml-mode)
:ensure t)
(use-package python-mode
:ensure t
:defer t

View File

@ -0,0 +1,7 @@
(use-package yaml-mode
:defer t
:mode
(("\\.yml\\'" . yaml-mode)
("\\.yaml\\'" . yaml-mode))
:interpreter ("yml" . yml-mode)
:ensure t)

View File

@ -21,6 +21,7 @@
;; programming
(load-file (config-path "powershell.el"))
(load-file (config-path "webmode.el"))
(load-file (config-path "yaml.el"))
;; various
(load-file (config-path "counsel.el"))