spacemacs

Epidiah Ravachol 2023-03-31T18:18:39.427509Z

Hello there, I'm stepping out of my Vim comfort zone to give Spacemacs a shot, and I've got a pretty rudimentary question, with likely more to follow: How do I evaluate a form that would sit at the top level if it wasn't inside the (comment ...) ? The things I'm trying are either too precise and evaluate inner forms and elements, or they evaluate the entire comment form. Any help would be appreciated.

practicalli-johnny 2023-03-31T18:45:38.552089Z

, e f will work but needs a cider option added to the Clojure layer

clojure-toplevel-inside-comment-form t  
The configuration I us is documented at https://practical.li/spacemacs/install-spacemacs/enhance-clojure-experience/#clojure

1
Epidiah Ravachol 2023-03-31T18:55:18.366669Z

Excellent! I couldn't tell if I was misreading the keymaps or missing some config. Now I'm going to dig into your whole site and see what else I was missing. Thanks!

practicalli-johnny 2023-03-31T20:21:37.040689Z

There is a complete user config for spacemacs you can use or borrow ideas from https://github.com/practicalli/spacemacs-config

1