diff options
Diffstat (limited to 'itches/emacs/tracker.org')
| -rw-r--r-- | itches/emacs/tracker.org | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index cfc47cd..1944f14 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -298,6 +298,26 @@ Currently items are filled like this: Adding =\\[.\\]= to the regexp used in org-list-item-body-column allows "ipsum" to be aligned below "lorem". **** TODO Prevent ~#+end_src~ background from extending to end-of-line when folded +*** Programming modes +**** ~sh-mode~ +***** DONE Tweak indentation of continuation lines +:PROPERTIES: +:PatchApplied: t +:TestAdded: t +:END: +Piggybacking on Dario Gjorgjevski's [[bug:44592]] to fix these cases: +#+begin_src shell +${foo}bar \ + --arg +$(foo)bar \ + --arg + +${foo}bar --arg1 \ + --arg2 +$(foo)bar --arg1 \ + --arg2 +#+end_src + ** Minor modes *** electric-pair **** DONE [[bug:39680]] electric-pair-mode broken by undo |
