about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 4abdac188a63..cb35667772c6 100644
--- a/init.el
+++ b/init.el
@@ -60,6 +60,9 @@
 (setq custom-file "~/.emacs.d/init-custom.el")
 (load custom-file)
 
+(custom-download-script "https://gist.github.com/gongo/1789605/raw/526e3f21dc7d6cef20951cf0ce5d51b90b7821ff/json-reformat.el"
+                        "json-reformat.el")
+
 ;; A file with machine specific settings.
 (load-file-if-exists "~/.emacs.d/init-local.el")