Move {yaml,json,toml,vimrc}-mode to core-editor
This commit is contained in:
parent
899cf571e6
commit
a0ee7a0a5c
3 changed files with 8 additions and 19 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue