diff options
Diffstat (limited to 'personal')
| -rw-r--r-- | personal/itches.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/personal/itches.md b/personal/itches.md index 66cec7a..80ad47a 100644 --- a/personal/itches.md +++ b/personal/itches.md @@ -41,9 +41,6 @@ minibuffer-force-complete-and-exit - likewise, if a folder contains foo.c and foo.o, "C-x C-f foo" hides foo.o, yet C-j completes to foo.o -- minor-mode to automatically surround word with delimiter when typed - in the middle of a word -- customize " Compiling" mode-line indicator - 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 . "")))` @@ -54,7 +51,6 @@ [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 The " Narrow" string comes from `src/xdisp.c:decode_mode_spec`: @@ -312,6 +308,11 @@ Full disclosure - move timestamp to a better position (see `stamp` module) - play well with whitespace-mode +## Org + +- dissociate sub- and super-script fontification from everything else + in org-toggle-pretty-entities + ## Language support - fix builtin/keyword distinction for Bash & Python3 |
