spacemacs

Drew Verlee 2025-04-02T21:30:02.362999Z

deleting a whole line, in a edn file, can cause unbalanced {}, any ideas how i can prevent this? I have smartparents strict mode on, so thats getting overridden somehow. This wont happen in a clojure file fwiw.

Marten Sytema 2025-05-10T13:41:59.814609Z

Good question this. I always resort to d i ( Out of habit

Marten Sytema 2025-05-10T13:42:46.902079Z

Never got to the proper structural editing way; but is probably as much chars to type

Marten Sytema 2025-05-10T13:43:13.703959Z

This is me, reacting to this a month later 😂

👍 1
practicalli-johnny 2025-04-03T08:35:31.081529Z

What command are you using to delete a whole line of text? Is Emacs clojure mode the major mode when an edn file is open? Do you have an example edn file to replicate the issue? Note: If using evil commands, e.g. D then https://practical.li/spacemacs/structural-editing/cleverparens/ might help

👍 1