From e691d4670923c337d95f3b13dfc0e9e94d0ab664 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 6 Jul 2016 11:40:24 -0700 Subject: [PATCH] Add boot/profile.boot --- dotfiles/boot/profile.boot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dotfiles/boot/profile.boot diff --git a/dotfiles/boot/profile.boot b/dotfiles/boot/profile.boot new file mode 100644 index 00000000..65f80481 --- /dev/null +++ b/dotfiles/boot/profile.boot @@ -0,0 +1,8 @@ +(require 'boot.repl) + +(swap! boot.repl/*default-dependencies* conj + '[refactor-nrepl "1.2.0-SNAPSHOT"] + '[cider/cider-nrepl "0.10.0-SNAPSHOT"]) + +(swap! boot.repl/*default-middleware* conj + 'refactor-nrepl.middleware/wrap-refactor)