diff options
Diffstat (limited to 'personal/itches.md')
| -rw-r--r-- | personal/itches.md | 14 |
1 files changed, 8 insertions, 6 deletions
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" |
