index
:
emacs-personal.git
master
My Personal Emacs configuration
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lisp
/
init-yaml.el
blob: 637cb7b66320d8710de12f932373c8dbf7aabd08 (
plain
)
1
2
3
4
5
;; yaml-mode
(
use-package
yaml-mode
:mode
(
"\\.yml\\'"
.
yaml-mode
))
(
provide
'init-yaml
)