11
modules/init-yaml.el
Normal file
11
modules/init-yaml.el
Normal file
@@ -0,0 +1,11 @@
|
||||
;;; init-yaml.el --- .Emacs Configuration -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;
|
||||
|
||||
;;; Code:
|
||||
;; yaml-mode
|
||||
(use-package yaml-mode
|
||||
:mode ("\\.yml\\'" . yaml-mode))
|
||||
|
||||
(provide 'init-yaml)
|
||||
;;; init-yaml.el ends here
|
||||
Reference in New Issue
Block a user