summaryrefslogtreecommitdiff
path: root/personal
diff options
context:
space:
mode:
Diffstat (limited to 'personal')
-rw-r--r--personal/itches.md11
1 files changed, 11 insertions, 0 deletions
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