diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | personal/itches.md | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 5815 words in 11 pages +## still reachable: 5869 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 0748baf..41fdd6e 100644 --- a/personal/itches.md +++ b/personal/itches.md @@ -44,6 +44,8 @@ - minor-mode to automatically surround word with delimiter when typed in the middle of a word - customize " Compiling" mode-line indicator +- calendar looks "stretched" when displayed in its own frame +- use compilation-mode-line-… faces for compilation-num-… indicators [bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008 @@ -248,6 +250,15 @@ case 'n': break; ``` +#### Why do string properties not show up? + +🤷 + +### Extra credit + +Maybe it would be simpler to have the narrowing lighter work like the +" Compiling" lighter (cf. `compilation-in-progress` variable), i.e. adding an entry to `minor-mode-alist`. + ## Better out-of-the-box display for FORM FEED By default, FORM FEED is displayed as a dumb `^L` glyph. This is |
