summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2023-07-29 23:28:27 +0100
committerjao <jao@gnu.org>2023-07-29 23:28:27 +0100
commit62998232343e8de492cd4f38c29fa61948b6fa65 (patch)
tree804175477ae6f0ca2c81b42dae40023248001969
parent8419f5d38a12db2a8b89ddfa72334a54d70c9d39 (diff)
downloadelibs-62998232343e8de492cd4f38c29fa61948b6fa65.tar.gz
elibs-62998232343e8de492cd4f38c29fa61948b6fa65.tar.bz2
json mode
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index b981d58..00669c3 100644
--- a/init.el
+++ b/init.el
@@ -2388,6 +2388,8 @@
(jao-compilation-env "VIRTUAL_ENV"))
;;; Text/data formats
+;;;; json
+(use-package json-mode :ensure t)
;;;; yaml
(use-package yaml-mode :disabled t :ensure t)