mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 11:28:13 +01:00
emacs: update coolj-line-prefix-regexp to make space optional
Jani reported that lines prefixed with '>' (as opposed to '> ') are not highlighted properly [1]. David E responded with a updated regex [2]. This change implements David E's suggestion. [1]: id:87a8b5pcky.fsf@nikula.org [2]: id:m2pok1e3gv.fsf@dme.org
This commit is contained in:
parent
3eb25c94bd
commit
6721e2eac5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Otherwise respect `fill-column'."
|
|||
:group 'coolj
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom coolj-line-prefix-regexp "^\\(>+ \\)*"
|
||||
(defcustom coolj-line-prefix-regexp "^\\(>+ ?\\)*"
|
||||
"Regular expression that matches line prefixes."
|
||||
:group 'coolj
|
||||
:type 'regexp)
|
||||
|
|
Loading…
Reference in a new issue