kyagi / shell-pop-el

shell-pop.el helps you to use shell easily on Emacs. Only one key action to work.
213 stars 21 forks source link

Full Span and Neotree #50

Closed jupl closed 4 years ago

jupl commented 8 years ago

When I have neotree and shell-pop I do the following:

  1. M-: (setq shell-pop-full-span t) to enable full span.
  2. M-x neotree-toggle to toggle Neotree to be visible.
  3. M-x shell-pop to try and open shell.

For step 3, the shell does not pop up and instead I get the error message Cannot split side window or parent of side window. This is counterintuitive because I can only have one or the other but not both.

syohex commented 8 years ago

Because neotree window does not allow split-window.

cornfeedhobo commented 4 years ago

@kyagi I think this issue can safely be closed