Fork me on GitHub
#cider
<
2017-12-25
>
johanatan04:12:22

[i think i found a method that may work: a) copy the entire alpha.clj buffer into a local file b) edit the file to have #break statements as desired c) load the buffer for this edited file w/ cider (after having loaded everything else in my project).

johanatan04:12:30

[on the principle that the last version of a particular ns:symbol combo to be loaded "wins"]

bozhidar08:12:54

@dominicm Just came across https://github.com/SevereOverfl0w/vim-replant randomly and was very amused by

bozhidar08:12:06

> 1. Only *-nrepl though, of course. The emacs part is just crazy

dominicm11:12:04

@bozhidar You caught me! 😉

bozhidar13:12:40

Funny enough VimScript was the primary reason I switched to Emacs many years ago. (yeah, yeah - I used to be a vim user 😄 ) I simply couldn’t stand this crazy language and I felt much more comfortable extending my editor with Emacs Lisp. Although Emacs Lisp was definitely an acquired taste. 😄