summaryrefslogtreecommitdiff
path: root/itches/emacs/language-support.org
diff options
context:
space:
mode:
Diffstat (limited to 'itches/emacs/language-support.org')
-rw-r--r--itches/emacs/language-support.org17
1 files changed, 0 insertions, 17 deletions
diff --git a/itches/emacs/language-support.org b/itches/emacs/language-support.org
index 0a0884d..6da5510 100644
--- a/itches/emacs/language-support.org
+++ b/itches/emacs/language-support.org
@@ -18,23 +18,6 @@ Users could customize it or set it with directory-local variables.
E.g. ="an ${expression} that should be highlighted"=.
** Do not highlight single-quoted command substitutions
E.g. ='this $(call) should not be highlighted'=.
-** Fix indentation on continuation lines
-#+begin_src shell
-# cf
-# - electric-indent-post-self-insert-function
-# - indent-according-to-mode
-# - indent-line-function => smie-indent-line
-# - smie-indent-functions
-# - smie-indent-exps
-# => calls smie-backward-sexp, which does not skip over ${foo}
-foobar \
- indentis4
-foo_bar \
- indentisstill4
-${foo}bar \
- indentisfoobar
-#+end_src
-Reported by Dario Gjorgjevski in bug#44592.
* TeX