From 7c5780a719565630f58e7751afa8c7e458c49871 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 6 Apr 2024 11:22:57 -0700 Subject: a org file is definitely not the way for me --- config/init-toml.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/init-toml.el (limited to 'config/init-toml.el') diff --git a/config/init-toml.el b/config/init-toml.el new file mode 100644 index 0000000..28b56db --- /dev/null +++ b/config/init-toml.el @@ -0,0 +1,16 @@ +;;; 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 -- cgit 1.4.1