spacemacs common-lisp inspect value in a new buffer

59 Views Asked by At

I'm new to lisp and emacs. I setup a common-lisp ide with spacemacs (add common-lisp layer), sbcl and everything works fine.

Only one thing, when I click "Inspect" in right-click menu of a value in slime-repl buffer, the slime-inspect buffer over takes the slime-repl buffer. Then I have to switch back to the slime-buffer manually.

What I want is after clicking inspect, slime-inspect split to the right without taking place any openning buffer.

thanks

enter image description here

enter image description here

0

There are 0 best solutions below