commit 56f6674b05114da3de105d261c979f9d5a87639a
parent 4ff25c252cb1ca829ccbeab905f51e702dc04c00
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 8 Mar 2025 18:15:15 +0100
Dunk on visual-wrap some more
Diffstat:
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
@@ -910,12 +910,15 @@ The ~wrap-prefix~ does not match the opening ~>~'s ~display~ property.
Seeing whitespace markers is misleading.
**** TODO Ignore some faces
#+begin_example
- - foo bar ↩
-↪ baz
+ - foo bar ↩
+↪ baz quux ↩
+↪ (corge)
#+end_example
-With point on "baz":
+With point on =b= in "baz":
- mark-sexp: wrap-prefix gets =region= face
- flyspell-mode: wrap-prefix gets =flyspell-incorrect= face
+With point on =(= or past =)= in "(corge)":
+- wrap-prefix gets =show-paren-match=
** Themes
*** Modus
**** DONE [[https://gitlab.com/protesilaos/modus-themes/-/merge_requests/50][protesilaos/modus-themes!50]] Tone down ~icomplete-selected-match~