spacemacs

Nik 2026-04-05T06:30:56.684179Z

hey, can anyone please help with finding key command (or fn) to toggle #_ comment form. I’ve tried searching using discard, datum keywords. asked AIs, search google but can’t seem to find it. And I definitely remember it being there few years back when I first started learning spacemacs with clojure

practicalli-johnny 2026-04-05T15:22:46.849869Z

I dont recall that function being part of Spacemacs itself. I have a function as part of the Practicalli Spacemacs Config https://github.com/practicalli/spacemacs-config/blob/main/clojure-config.el#L65

Nik 2026-04-06T04:41:54.205499Z

Thanks. After the code, it is definitely from your config (I remember C-# being awkward with my custom key layout) thanks for the link.