Add toml-mode
This commit is contained in:
parent
c7db4e0096
commit
27bbf93b64
2 changed files with 6 additions and 3 deletions
|
@ -1,11 +1,13 @@
|
|||
;;; module-data.el --- dbs 'n data formats
|
||||
|
||||
(use-package yaml-mode
|
||||
:mode "\\.ya?ml$"
|
||||
:init (add-hook! yaml-mode 'narf|enable-tab-width-2))
|
||||
(add-hook! (yaml-mode toml-mode) 'narf|enable-tab-width-2)
|
||||
|
||||
(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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue