mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/data: use conf-toml-mode instead, if available
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user