feat(emacs): Preserve balance when inserting comments

This commit is contained in:
Madeleine Sydney
2025-02-15 16:26:19 -07:00
parent b9912390cb
commit 12038a92b6
2 changed files with 7 additions and 2 deletions

View File

@@ -211,11 +211,11 @@ Particularly in Lisps where indentation is reliable.
*** TODO ~SPC i u~
*** TODO ~syd-open-sexp-above~ should understand comments
*** DONE ~syd-open-sexp-above~ should understand comments
If a comment immediately proceeds a sexp, open the new sexp /before/ the comment. Transpose/drag commands should probably have the same behaviour.
*** TODO ESC should ~:nohl~
*** DONE ESC should ~:nohl~
*** TODO Implement ~evil-cleverparens~'s ~evil-cp--guard-point~