]> code.delx.au - gnu-emacs-elpa/commitdiff
.dir-locals.el: Add
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 27 Apr 2015 12:31:50 +0000 (14:31 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 27 Apr 2015 12:31:50 +0000 (14:31 +0200)
.dir-locals.el [new file with mode: 0644]

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..eb08357
--- /dev/null
@@ -0,0 +1,6 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode
+  (bug-reference-url-format . "https://github.com/abo-abo/hydra/issues/%s")
+  (indent-tabs-mode . nil)))