doomemacs/modules/lang/data/packages.el

15 lines
405 B
EmacsLisp
Raw Normal View History

2017-02-19 18:57:16 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/data/packages.el
2018-04-03 04:16:40 -04:00
(package! graphql-mode)
(package! json-mode)
2019-08-06 13:53:04 -04:00
(package! jsonnet-mode)
(package! yaml-mode)
2018-05-17 08:47:38 +10:00
(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))