9 lines
117 B
EmacsLisp
9 lines
117 B
EmacsLisp
;;; yaml.el -*- lexical-binding: t; -*-
|
|
|
|
(use-package yaml-mode
|
|
:ensure t)
|
|
|
|
(provide 'yaml)
|
|
|
|
;;; yaml.el ends here
|