From 38593df6bb457fc3940fcef1d93976cd56b0a2d0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 26 May 2024 14:00:34 -0700 Subject: massive cleanup --- config/init-toml.el | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 config/init-toml.el (limited to 'config/init-toml.el') diff --git a/config/init-toml.el b/config/init-toml.el deleted file mode 100644 index 28b56db..0000000 --- a/config/init-toml.el +++ /dev/null @@ -1,16 +0,0 @@ -;;; 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