memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 741ebcc2c5c98f304eaf8287cf0b39365d7e2dae
parent 3c16202c436ac5df0d665a61bc6caa27377b89df
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 28 Sep 2018 15:39:08 +0200

Add more Emacs nits

I wonder when I'll actually come around to do something about those.

Diffstat:
MREADME.md | 2+-
Mpersonal/itches.md | 11+++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)

diff --git 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 @@ -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