guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 06/07: maint: Add .dir-locals.el.


From: Ludovic Courtès
Subject: [shepherd] 06/07: maint: Add .dir-locals.el.
Date: Sun, 17 Jan 2016 14:15:30 +0000

civodul pushed a commit to branch master
in repository shepherd.

commit e3d2f9a63752322cf2c64fee46513ca5852b4ffe
Author: Mathieu Lirzin <address@hidden>
Date:   Sat Jan 16 23:17:39 2016 +0100

    maint: Add .dir-locals.el.
    
    * .dir-locals.el: New file.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 .dir-locals.el |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..ff25997
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,13 @@
+;; Per-directory local variables for GNU Emacs 23 and later.
+
+((nil
+  . ((fill-column . 78)
+     (tab-width   .  8)
+
+     ;; For use with 'bug-reference-prog-mode'.
+     (bug-reference-url-format . "http://bugs.gnu.org/%s";)
+     (bug-reference-bug-regexp
+      . "<https?://\\(debbugs\\|bugs\\)\\.gnu\\.org/\\([0-9]+\\)>")))
+ (scheme-mode     . ((indent-tabs-mode . nil)))
+ (texinfo-mode    . ((indent-tabs-mode . nil)
+                     (fill-column . 72))))



reply via email to

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