lang/data: use conf-toml-mode instead, if available
This commit is contained in:
parent
0e9596244d
commit
92a5b5fb93
1 changed files with 4 additions and 1 deletions
|
@ -4,8 +4,11 @@
|
||||||
(package! graphql-mode)
|
(package! graphql-mode)
|
||||||
(package! json-mode)
|
(package! json-mode)
|
||||||
(package! jsonnet-mode)
|
(package! jsonnet-mode)
|
||||||
(package! toml-mode)
|
|
||||||
(package! yaml-mode)
|
(package! yaml-mode)
|
||||||
(package! csv-mode)
|
(package! csv-mode)
|
||||||
(package! dhall-mode)
|
(package! dhall-mode)
|
||||||
(package! protobuf-mode :recipe (:host github :repo "emacsmirror/protobuf-mode" :files (:defaults "*")))
|
(package! protobuf-mode :recipe (:host github :repo "emacsmirror/protobuf-mode" :files (:defaults "*")))
|
||||||
|
|
||||||
|
;; DEPRECATED `conf-toml-mode' exists in Emacs 26+
|
||||||
|
(unless (fboundp 'conf-toml-mode)
|
||||||
|
(package! toml-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue