summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-05-11 19:59:47 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-05-29 19:53:17 +0200
commit9d5fda76bbe7edd954d2a5112f453b9a6f625cf1 (patch)
treea5a82a74d2e1359454890472fb31e91943a62367 /.dir-locals.el
downloadcuirass-9d5fda76bbe7edd954d2a5112f453b9a6f625cf1.tar
cuirass-9d5fda76bbe7edd954d2a5112f453b9a6f625cf1.tar.gz
Initial commit.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..e631745
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,11 @@
+;; 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))))