;;; init-toml.el --- Configure TOML related things -*- lexical-binding: t -*- ;; Author: Franck Cuny ;;; Commentary: ;; For TOML ;;; Code: (use-package toml-mode :defer t :ensure t) (provide 'init-toml) ;;; init-toml.el ends here