memory-leaks

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

commit b22c0a7c42eb5546374773dac538a39249d55d1f
parent c885282b6bd965e6b2a0054b87d8ed4eef997142
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat,  9 Feb 2019 12:41:53 +0100

Add itch on Emacs Custom

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

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 6844 words in 12 pages +## still reachable: 6896 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 @@ -70,6 +70,12 @@ - in a folder with a .git folder and a .gitignore file, - `C-x C-f .gi TAB` completes to .gitignore - `C-x C-f .git TAB` says "not unique" +- add some Custom machinery to save additions/removals to list + variables; as things stand, once I add/remove items and save the + variable, I miss out on changes to the variable's default value: + e.g. `git-commit-setup-hook` recently added `bug-reference-mode`, + but I never realized it because I customized the hook to add some + personal functions [bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008 [bug#31586]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31586