summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--personal/itches.md8
2 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index c50bdb1..3641db5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Peniblec's Memory Leaks
-## still reachable: 5869 words in 11 pages
+## still reachable: 5899 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 41fdd6e..66cec7a 100644
--- a/personal/itches.md
+++ b/personal/itches.md
@@ -44,10 +44,16 @@
- 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
+- calendar uses default X resources when run in its own frame; see
+ `calendar-frame-parameters`, `x-handle-named-frame-geometry`,
+ `(make-frame '((name . "")))` vs `(make-frame '((title . "")))`
- use compilation-mode-line-… faces for compilation-num-… indicators
+- "é" is not erased with a single DEL stroke, despite [Unicode
+ conventions]
[bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008
+[Unicode conventions]: https://lists.gnu.org/archive/html/emacs-devel/2018-07/msg00961.html
+
## Make " Narrow" lighter customizable