diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-05-26 14:00:34 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-05-26 14:00:34 -0700 |
| commit | 38593df6bb457fc3940fcef1d93976cd56b0a2d0 (patch) | |
| tree | 58fbc11815b2fe7619d1234388877ebc0763afa6 /config/init-json.el | |
| parent | i want the eglot buffer to debug stuff (diff) | |
| download | emacs.d-38593df6bb457fc3940fcef1d93976cd56b0a2d0.tar.gz | |
massive cleanup
Diffstat (limited to '')
| -rw-r--r-- | config/init-json.el | 23 |
1 files changed, 0 insertions, 23 deletions
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 <franck@fcuny.net> - -;;; 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 |
