summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-02-09 12:41:53 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-02-09 12:42:35 +0100
commitb22c0a7c42eb5546374773dac538a39249d55d1f (patch)
treedacf55c37a489e3fb499976ed0ca2fdcad9c823f
parentc885282b6bd965e6b2a0054b87d8ed4eef997142 (diff)
downloadmemory-leaks-b22c0a7c42eb5546374773dac538a39249d55d1f.tar.xz
Add itch on Emacs Custom
-rw-r--r--README.md2
-rw-r--r--personal/itches.md6
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index b012de7..a163b14 100644
--- 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
index ad1ce36..e632f18 100644
--- 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