mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
(scribe-mode): Remove ^ from paragraph-start & paragraph-separate.
This commit is contained in:
parent
53e84345ac
commit
690bc320aa
@ -130,14 +130,14 @@ scribe-electric-parenthesis
|
||||
(make-local-variable 'comment-end)
|
||||
(setq comment-end "]")
|
||||
(make-local-variable 'paragraph-start)
|
||||
(setq paragraph-start (concat "\\(^[\n\f]\\)\\|\\(^@\\w+["
|
||||
(setq paragraph-start (concat "\\([\n\f]\\)\\|\\(@\\w+["
|
||||
scribe-open-parentheses
|
||||
"].*["
|
||||
scribe-close-parentheses
|
||||
"]$\\)"))
|
||||
(make-local-variable 'paragraph-separate)
|
||||
(setq paragraph-separate (if scribe-fancy-paragraphs
|
||||
paragraph-start "^$"))
|
||||
paragraph-start "$"))
|
||||
(make-local-variable 'sentence-end)
|
||||
(setq sentence-end "\\([.?!]\\|@:\\)[]\"')}]*\\($\\| $\\|\t\\| \\)[ \t\n]*")
|
||||
(make-local-variable 'compile-command)
|
||||
|
Loading…
Reference in New Issue
Block a user