(adaptive-fill-regexp): Skip # or ;.
Allow more than one of them (or *'s or >'s).
This commit is contained in:
parent
845681f650
commit
25a8d958d1
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ reinserts the fill prefix in each resulting line."
|
|||
(defconst adaptive-fill-mode t
|
||||
"*Non-nil means determine a paragraph's fill prefix from its text.")
|
||||
|
||||
(defconst adaptive-fill-regexp "[ \t]*\\([#;>*] +\\)?"
|
||||
(defconst adaptive-fill-regexp "[ \t]*\\([#;>*]+ +\\)?"
|
||||
"*Regexp to match text at start of line that constitutes indentation.
|
||||
If Adaptive Fill mode is enabled, whatever text matches this pattern
|
||||
on the second line of a paragraph is used as the standard indentation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue