summaryrefslogtreecommitdiff
path: root/lisp/json.el
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2022-09-15 09:29:21 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2022-09-15 09:29:21 -0400
commit8ffcac2bcfdc30bc8f36fb9e55569d9a04992edc (patch)
treefe074b4c16f9a159cada7909e6768a6285cad873 /lisp/json.el
parent848c1407e0646438596fbc96e01942f8411e1474 (diff)
Some better web goodies
Diffstat (limited to 'lisp/json.el')
-rw-r--r--lisp/json.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/json.el b/lisp/json.el
new file mode 100644
index 0000000..f65b7b8
--- /dev/null
+++ b/lisp/json.el
@@ -0,0 +1,8 @@
+
+;;; Code:
+(autoload 'json-mode "json-mode"
+ "Use the json-mode package to provide 'json-mode on-demand."
+ t)
+
+(provide 'json)
+;;; json.el ends here