Message ID | 1475579712-19240-1-git-send-email-h.goebel@crazy-compilers.com |
---|---|
State | New |
Headers | show |
Hartmut Goebel <h.goebel@crazy-compilers.com> skribis: > Users using a non-English environment may have set this to `nil´, which > leads to fill-paragraph removing the second space. Good point. Applied, thanks! Ludo’.
diff --git a/.dir-locals.el b/.dir-locals.el index 572a35f..adcc50c 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -3,6 +3,7 @@ ((nil . ((fill-column . 78) (tab-width . 8) + (sentence-end-double-space . t) ;; For use with 'bug-reference-prog-mode'. (bug-reference-url-format . "http://bugs.gnu.org/%s")