summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorGregory Ganley <gganley@student.bridgew.edu>2018-03-03 20:37:56 -0500
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-03-04 08:37:56 +0700
commit7a6ad8fdaa2e7ba3ff6be69a234a785e777f26c6 (patch)
treec39e2455c0a84d5cce4839952c906d02cd07cee7 /.dir-locals.el
parentef8004dabfa54eb569797fe8b17a9baaa882bd2b (diff)
[Fix #2211] Scope .dir-locals.el settings to specific modes (#2221)
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 09c620c3..384200a7 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,7 +1,7 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
-((nil
+((emacs-lisp-mode
(bug-reference-url-format . "https://github.com/clojure-emacs/cider/issues/%s")
(indent-tabs-mode)
(fill-column . 80)
@@ -9,8 +9,7 @@
(emacs-lisp-docstring-fill-column . 75)
(checkdoc-symbol-words . ("top-level" "major-mode" "macroexpand-all" "print-level" "print-length"))
(checkdoc-package-keywords-flag)
- (checkdoc-arguments-in-order-flag))
- (emacs-lisp-mode
+ (checkdoc-arguments-in-order-flag)
(bug-reference-bug-regexp . "#\\(?2:[[:digit:]]+\\)")))
;; To use the bug-reference stuff, do: