diff options
Diffstat (limited to 'personal')
| -rw-r--r-- | personal/itches.md | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
