guix-patches
[Top][All Lists]
Advanced

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

[bug#39752] [PATCH 5/5] .dir-locals.el: End sentence with a double space


From: Brice Waegeneire
Subject: [bug#39752] [PATCH 5/5] .dir-locals.el: End sentence with a double space.
Date: Sun, 23 Feb 2020 16:40:08 +0100

* .dir-locals.el (nil): Add variable 'sentence-end-double-space'.
---
 .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";)
-- 
2.25.0






reply via email to

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