forked from colonelpanic/dotfiles
Add boot/profile.boot
This commit is contained in:
parent
fb52064456
commit
e691d46709
8
dotfiles/boot/profile.boot
Normal file
8
dotfiles/boot/profile.boot
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user