index
:
emacs.d.git
this commit
main
my emacs configuration
Franck Cuny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
emacs.d
/
modes
/
cfg-yaml.el
blob: 7dc74e09d1b8401d8eef1be6f9d6140f1c78590c (
plain
) (
blame
)
1
2
3
4
5
(
use-package
yaml-mode
:ensure
t
:defer
t
)
(
provide
'cfg-yaml
)