branch: externals/orgalist commit 8ac38b2e7a8df5a56e55015e117fd3acb5dc2420 Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>
orgalist: Add non-nil `sentence-end-double-space' file local variable --- orgalist.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/orgalist.el b/orgalist.el index a9ec2800..9c6942e 100644 --- a/orgalist.el +++ b/orgalist.el @@ -939,3 +939,7 @@ for this list." (provide 'orgalist) ;;; orgalist.el ends here + +;; Local Variables: +;; sentence-end-double-space: t +;; End: