summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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)