Fork me on GitHub
#emacs
<
2016-05-30
>
virmundi14:05:20

hello. how do I get cider to load on the right of the file I'm working on?

plexus14:05:32

@virmundi: can you elaborate, what do you mean exactly?

virmundi14:05:23

I have a file open. When I jack in, the repl opens in the bottom of the window/frame

virmundi14:05:51

I can move the repl to the right hand side of the window, but I want to make it open there in the default

plexus14:05:09

that's a good question... not sure how you would configure that

malabarba14:05:02

@virmundi: cider just pops up a window wherever Emacs deems best. You need to configure emacs if you want it to show up in a different place.

malabarba14:05:58

Your window is popping up on the bottom because your frame is too narrow, and emacs is deciding that it can't fit two windows side by side.

malabarba14:05:49

I think there's a variable for that, but I can't recall the name now.

virmundi14:05:56

I'll try now

richiardiandrea15:05:45

Malabarba is there a shortcut for require reload/reload-all of the ns of current buffer by any chance?

verma15:05:59

there is “eval current buffer"

benedek19:05:35

@virmundi perhaps digging around split-width-threshold defcustom could help