diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | personal/itches.md | 14 |
2 files changed, 9 insertions, 7 deletions
@@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 6831 words in 12 pages +## still reachable: 6844 words in 12 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches.md b/personal/itches.md index 71d9cce..ad1ce36 100644 --- a/personal/itches.md +++ b/personal/itches.md @@ -296,15 +296,17 @@ source files of other GNU projects, like GCC. narrowing commands, yet their default delimiter is displayed as an unassuming control character. -I like [`page-break-lines`]'s approach; having this kind of display by -default would make it more obvious that this character serves an -actual purpose. As it stands, it looks no different from some stray -CARRIAGE RETURN. +I like the way form feeds are displayed with [`page-break-lines`]; +magit's `show-lines` blaming style achieves a similar look. + +Having this kind of display by default would make it more obvious that +this character serves an actual purpose; as it stands, it looks no +different from some stray CARRIAGE RETURN. This could be re-used by e.g.: -- `describe-symbol`, which uses the following ~~method~~ hack to - visually break up multiple symbol definitions: +- `describe-symbol`, which uses the following method to visually break + up multiple symbol definitions: ``` lisp (insert "\n\n" |
