updated init-modes for new nrepl.el

This commit is contained in:
Vincent Ambo 2013-10-05 00:12:18 +02:00
parent 9a9c9192b1
commit a4e7f10362
2 changed files with 8 additions and 5 deletions

View file

@ -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")