From 3344b9d2f3dc198fee3be27b4787433a86e6d12c Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 21 Dec 2018 20:45:44 +0100 Subject: Link to PR for page-break-lines-mode --- README.md | 2 +- personal/itches.md | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b37ac7b..6679b0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 6196 words in 11 pages +## still reachable: 6159 words in 11 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches.md b/personal/itches.md index 22cfed3..64bdabc 100644 --- a/personal/itches.md +++ b/personal/itches.md @@ -399,18 +399,9 @@ Full disclosure - borked in magit-diff - cannot turn off when major-mode is derived from one of - page-break-lines-modes; pull-request pending: - - ``` diff - @@ -138,7 +138,7 @@ - (new-display-entry (vconcat (make-list width glyph)))) - (unless (equal new-display-entry (elt buffer-display-table ?\^L)) - (aset buffer-display-table ?\^L new-display-entry))))) - - (when (and (member major-mode page-break-lines-modes) - + (when (and (apply 'derived-mode-p page-break-lines-modes) - buffer-display-table) - (aset buffer-display-table ?\^L nil)))))) - ``` + page-break-lines-modes; [pull-request pending][pbl-pr-20] + +[pbl-pr-20]: https://github.com/purcell/page-break-lines/pull/20 ### diff-hl -- cgit v1.2.3