diff options
| -rw-r--r-- | itches/emacs/tracker.org | 6 | ||||
| -rw-r--r-- | reviews/emacs/hype.org | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index 6a8589b..7679c92 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -235,7 +235,11 @@ mark (and therefore the highlighting) window-local. :Kudos: Neil Roberts,fixing :END: Unnoticed for a year, then merged with subsequent duplicate [[bug:33400]]. -*** TODO Make cursor appearance context-dependent +*** TODO [[bug:77224]] Make cursor appearance context-dependent +:PROPERTIES: +:Role: watcher +:Kudos: Elijah Gabe Pérez,fixing +:END: E.g. add a customizable list of (PREDICATE . PROPERTIES) pairs; the cursor gets the PROPERTIES from the first PREDICATE which matches. diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org index 9ce10db..930d5b8 100644 --- a/reviews/emacs/hype.org +++ b/reviews/emacs/hype.org @@ -55,6 +55,10 @@ element in =treesit-thing-settings=. **** ~completion-pcm-leading-wildcard~ **** ~completion-styles~ bindings - to set completion-ignore-case +*** Cursor +**** ~cursor-indicators-mode~ (bug#77224) +Change cursor style depending on arbitrary predicates. Might finally +stop me from activating repeat maps by accident. *** Windows **** New window layout commands (=window-x.el=) Looking forward to ~flip~ and ~rotate~ and ~transpose~ 🫨 |
