Move {yaml,json,toml,vimrc}-mode to core-editor

This commit is contained in:
Henrik Lissner 2016-01-29 07:02:53 -05:00
parent 899cf571e6
commit a0ee7a0a5c
3 changed files with 8 additions and 19 deletions

View file

@ -1,12 +0,0 @@
;;; module-data.el --- dbs 'n data formats
(use-package yaml-mode :mode "\\.ya?ml$")
(use-package json-mode :mode "\\.js\\(on\\|hintrc\\)$")
(use-package toml-mode :mode "\\.toml$")
;; TODO: Db client
(provide 'module-data)
;;; module-data.el ends here