guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: Set Emacs config variable sentence-end-double-space.


From: Ludovic Courtès
Subject: 01/07: Set Emacs config variable sentence-end-double-space.
Date: Tue, 4 Oct 2016 14:38:27 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit afb325d84227fe84adda60c03a9015d7473c0b85
Author: Hartmut Goebel <address@hidden>
Date:   Tue Oct 4 13:15:12 2016 +0200

    Set Emacs config variable sentence-end-double-space.
    
    Users using a non-English environment may have set this to `nil´, which
    leads to fill-paragraph removing the second space.
    
    * .dir-locals.el: Set sentence-end-double-space to true.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 .dir-locals.el |    1 +
 1 file changed, 1 insertion(+)

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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]