summaryrefslogtreecommitdiff
path: root/itches
diff options
context:
space:
mode:
Diffstat (limited to 'itches')
-rw-r--r--itches/emacs/bulk.md7
-rw-r--r--itches/emacs/tracker.org2
2 files changed, 2 insertions, 7 deletions
diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md
index d4588be..46f3caa 100644
--- a/itches/emacs/bulk.md
+++ b/itches/emacs/bulk.md
@@ -230,15 +230,8 @@ Use-cases:
(find-file "README.org")
```
-- [in Org buffers with org-indent-mode][diff-hl-vs-org-indent], with
- diff-hl-flydiff-mode on, lines before point will "dance" around
- while editing, i.e. while I type, they stick to the left margin,
- then when I stop typing, they become indented again.
-
- hides left line-truncation marker
-[diff-hl-vs-org-indent]: https://github.com/dgutov/diff-hl/issues/142
-
### wgrep
`C-c C-d` (`wgrep-mark-deletion`) could move to the next line, just
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index 326c6d4..f977387 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -55,3 +55,5 @@ managed to write a unit test.
Took a couple of tries (and 3 days straight of compilation), but I got
the branch to compile on my Samsung NC10. See also Andrea's [[https://akrl.sdf.org/gccemacs.html#org0280894][progress
page]].
+** bug#41584 org-indent-mode's line-prefix text property flickers near overlays
+First reported as [[https://github.com/dgutov/diff-hl/issues/142][dgutov/diff-hl#142]]. Fixed by Eli.