.emacs.d/lang/toml.el

6 lines
98 B
EmacsLisp

;; TOML
;; https://github.com/dryman/toml-mode.el
(use-package toml-mode
:ensure t
:defer t)