summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-08-10 17:52:26 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-08-10 17:52:26 +0200
commita6bd0490317371dd49d847a774c8ae73315fe6d1 (patch)
tree197d42e4c4986f1914be478cccd3cc382a639749 /etc
parent877df4eb1ca008556572214a917fb3bef2b994b5 (diff)
downloademacs-a6bd0490317371dd49d847a774c8ae73315fe6d1.tar.gz
Add support for outlining in shell-script-mode
* lisp/progmodes/sh-script.el (sh-mode): Set outline-regexp (bug#49346).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3c41a977925..b63d10fd978 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2398,6 +2398,10 @@ This command, called interactively, toggles the local value of
** Miscellaneous
+---
+*** 'shell-script-mode' now supports 'outline-minor-mode'.
+The outline headings have lines that start with "##".
+
+++
*** New command 'revert-buffer-quick'.
This is bound to 'C-x x g' and is like `revert-buffer', but prompts