diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-10-04T22·12+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-10-04T22·12+0200 |
commit | a4e7f10362c807e5494debc2810f490cb2350608 (patch) | |
tree | 07a113d73a8e490d95c479dfb18d2e394177162f /init.el | |
parent | 9a9c9192b1e060ace939c35150042cbcfb164bd6 (diff) |
updated init-modes for new nrepl.el
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
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") |