Fork me on GitHub
#cider
<
2016-04-17
>
bozhidar02:04:29

CIDER 0.12 (Seattle) is out! The release notes are here https://github.com/clojure-emacs/cider/releases/tag/v0.12.0

jonas15:04:42

With 0.12 is it no longer necessary to add cider-nrepl to our ~/.lein/profiles.clj?

malabarba15:04:24

@jonas: indeed, it is not.

jonas15:04:40

nice! Thanks!

akiva16:04:00

Interesting.

michal16:04:36

hey, is there any magic shortcut I could use to switch from repl to source at given namespace? I’m often use

cider-repl-set-ns
within repl and my interaction usually ends up with manual opening source few seconds later. I would like to make it easier somehow.

plexus17:04:36

@michal here's a crude implementation

plexus17:04:51

could probably be improved in a million ways, and depends on dash.el, s.el, and f.el

michal17:04:37

@plexus: thanks! I’ll try it out.

michal17:04:46

@plexus: I can’t see f.el on melpa. where can I find it?

plexus17:04:38

It seems you can replace f-exists with file-exists-p, then you don't need f

michal17:04:26

@plexus: yup, works perfectly now simple_smile

anmonteiro20:04:10

Following @bozhidar ’s talk where he showed the cider menu, I wonder why I don’t have it? Any config I might be missing on?

anmonteiro20:04:17

I didn’t even know about such menu

malabarba21:04:37

Did you disable your Emacs menu bar?

malabarba21:04:16

@anmonteiro: (did you upgrade cider?)

malabarba21:04:47

Oh, most of the menus only show up when you're connected.

malabarba21:04:55

Since they're useless otherwise.

anmonteiro21:04:28

@malabarba: I do have ;; CIDER 0.12.0snapshot (package: 20160415.2039), nREPL 0.2.12

anmonteiro21:04:34

but I’ve probably disabled my menu bar simple_smile

anmonteiro21:04:42

let me check that real quick

anmonteiro21:04:52

my menu-bar was indeed disabled, silly me