From 741ebcc2c5c98f304eaf8287cf0b39365d7e2dae Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 28 Sep 2018 15:39:08 +0200 Subject: Add more Emacs nits I wonder when I'll actually come around to do something about those. --- README.md | 2 +- personal/itches.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42140a4..c50bdb1 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3