commit 8b0897a795d0a8ebb393d97e525990ab0ded1db4
parent 3405fb8a4a0b1b1fefd7c9e3117d43c1721ee331
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 4 Apr 2018 22:00:33 +0200
Rephrase itch on Emacs ellipses
It's not only about outline-mode: AFAIK, this would also affect all
libraries that use "invisible" text properties, e.g. markdown-mode and
hs-minor-mode.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.md b/index.md
@@ -1,5 +1,5 @@
# Peniblec's Memory Leaks
-## still reachable: 2494 words in 3 pages
+## still reachable: 2495 words in 3 pages
Hi! I am a software engineer interested in [a bunch of things].
diff --git a/personal/itches.md b/personal/itches.md
@@ -28,7 +28,7 @@
- some modes redefine C-M-h, which makes this binding hard to
override; could mark-defun consult functions/values exposed by major
modes instead?
-- make outline ellipses easily customizable (see xdisp.c)
+- make ellipses for "invisible" text easily customizable (src/xdisp.c)
- Man-mode: make isearch skip end-of-line hyphens
- whitespace-mode: skip line/wrap-prefix variables and properties