feat(emacs): Preserve balance when inserting comments

This commit is contained in:
Madeleine Sydney
2025-02-16 15:24:57 -07:00
parent b9912390cb
commit 12038a92b6
2 changed files with 7 additions and 2 deletions
+2 -2
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~