lang/data: use conf-toml-mode instead, if available

This commit is contained in:
Henrik Lissner 2019-10-19 17:13:21 -04:00
parent 0e9596244d
commit 92a5b5fb93
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -4,8 +4,11 @@
(package! graphql-mode)
(package! json-mode)
(package! jsonnet-mode)
(package! toml-mode)
(package! yaml-mode)
(package! csv-mode)
(package! dhall-mode)
(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))