summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
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))))