diff options
Diffstat (limited to 'itches/emacs')
| -rw-r--r-- | itches/emacs/tracker.org | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index 1a4bee1..4e53b56 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -305,7 +305,7 @@ Some modes introduce indirections that defeat ~describe-key~ and ~view-lossage~. E.g. -- [ ] ~gnus-article-read-summary-keys~ +- [ ] ~gnus-article-read-summary-keys~ ([[bug:68947]]) - [ ] ~org-self-insert-command~ + ~org-use-speed-commands~ Maybe we could define a property for the related keymaps that would @@ -818,6 +818,17 @@ $(foo)bar --arg1 \ Unfortunately my attempt was [[bug:50320][too naive]] and got reverted. I'll have to [[https://lists.gnu.org/archive/html/help-gnu-emacs/2021-09/msg00004.html][dig into SMIE]] more seriously… +*** ReST +**** TODO auto-pairing +Backquotes and asterisks; gate syntax-table changes behind user option +and/or add commands for styling +**** TODO faces +- =.. code block::= +- links +**** TODO indentation +- =.. code-block::= +**** TODO link insertion +**** TODO outline support ** Minor modes *** electric-pair **** DONE [[bug:39680]] electric-pair-mode broken by undo |
