2

I was recently playing with CounterClockwise (a Clojure plugin for Eclipse). One thing I really liked about CounterClockwise was that:

  • center panel = code
  • left panel = file system tree
  • right panel = showed a list of all defns/defs of the current file

I'm currently using Emacs/Slime. Question: is there something that provides a similar setup? I would prefer the left/right panel/buffers to be "permenant", i.e. to still stay alive even when I press C-x 1.

Thanks!

1 Answer 1

1

You can achieve similar windows setup with ECB, but CEDET currently lacks Clojure support, so no tags will be shown :-(

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.