You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Give edn-mode its own keymap with data-appropriate bindings
EDN files are pure data, so code-oriented refactoring commands
(threading, let manipulation, arity, ns operations, if/when cycling)
don't apply. The new edn-mode-map inherits from prog-mode-map
directly and only exposes: alignment (C-c C-a), keyword-string
toggle (C-:), collection conversion, and #_ toggle.
0 commit comments