6 lines
98 B
EmacsLisp
6 lines
98 B
EmacsLisp
;; TOML
|
|
;; https://github.com/dryman/toml-mode.el
|
|
(use-package toml-mode
|
|
:ensure t
|
|
:defer t)
|