This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-31
Channels
- # announcements (5)
- # babashka (5)
- # beginners (24)
- # calva (21)
- # cherry (1)
- # clerk (20)
- # clj-kondo (3)
- # clj-otel (12)
- # clojure (50)
- # clojure-austin (2)
- # clojure-conj (3)
- # clojure-europe (40)
- # clojure-nl (1)
- # clojure-norway (203)
- # clojure-spec (3)
- # clojure-uk (6)
- # clojurescript (8)
- # conjure (1)
- # datomic (1)
- # deps-new (1)
- # emacs (5)
- # graphql (8)
- # gratitude (5)
- # holy-lambda (16)
- # honeysql (18)
- # hyperfiddle (12)
- # java (1)
- # jobs (1)
- # lsp (24)
- # membrane (8)
- # nbb (1)
- # off-topic (19)
- # portal (28)
- # proletarian (11)
- # rdf (63)
- # re-frame (38)
- # reagent (8)
- # reitit (1)
- # releases (6)
- # remote-jobs (1)
- # scittle (4)
- # shadow-cljs (20)
- # spacemacs (4)
- # sql (7)
- # transit (1)
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.
, 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
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!
There is a complete user config for spacemacs you can use or borrow ideas from https://github.com/practicalli/spacemacs-config
