guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 05/05: .dir-locals.el: End sentence with a double space.


From: Ludovic Courtès
Subject: [shepherd] 05/05: .dir-locals.el: End sentence with a double space.
Date: Fri, 6 Mar 2020 08:21:42 -0500 (EST)

civodul pushed a commit to branch master
in repository shepherd.

commit aae000e51c50c7bedcfe59f343a86b396723a0bd
Author: Brice Waegeneire <address@hidden>
AuthorDate: Sun Feb 23 16:40:08 2020 +0100

    .dir-locals.el: End sentence with a double space.
    
    * .dir-locals.el (nil): Add variable 'sentence-end-double-space'.
    
    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 ff25997..8361cb6 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]