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-json.el | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 config/init-json.el (limited to 'config/init-json.el') diff --git a/config/init-json.el b/config/init-json.el deleted file mode 100644 index 7f0cfcb..0000000 --- a/config/init-json.el +++ /dev/null @@ -1,23 +0,0 @@ -;;; init-json.el --- Configure JSON -*- lexical-binding: t -*- -;; Author: Franck Cuny - -;;; Commentary: - -;; configure json-mode and jq-mode - -;;; Code: - -(use-package json-mode - :mode "\\.json\\'") - -(use-package json-reformat - :ensure t - :after json-mode) - -(use-package jq-mode - :ensure t - :mode "\\.jq\\'") - -(provide 'init-json) - -;;; init-json.el ends here -- cgit 1.4.1