diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2018-11-23 10:07:03 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2018-11-23 10:07:03 +0100 |
| commit | 6ca413ec065b1e1cb1ce5cc85a6356b73ae61403 (patch) | |
| tree | 1204307c15aa353803fca8722165cca61e477aab /personal/itches.md | |
| parent | 17cd3df9dc068daf896896311ba60526f6087fbb (diff) | |
| download | memory-leaks-6ca413ec065b1e1cb1ce5cc85a6356b73ae61403.tar.xz | |
Update itches
- C-M-SPC M-B <delimiter> works, so meh
- " Compiling" customized
Diffstat (limited to 'personal/itches.md')
| -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 |
