diff options
| -rw-r--r-- | itches/emacs/tracker.org | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index cc1a73b..6a8589b 100644 --- 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~ |
