summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-19 09:58:17 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-19 09:58:17 +0300
commit09659397ed5cf06cb2cbb82275b7e8a95fc33c7a (patch)
treecb1ea1d7627f98e98d5d90bfdb02f7a6cc121099 /.dir-locals.el
parentf05dbc4573d217b24f170c242131a3761e45bb38 (diff)
Remove duplicated elisp section in .dir-locals.el
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 18a4ed35..fe7dacd3 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -3,6 +3,7 @@
((emacs-lisp-mode
(bug-reference-url-format . "https://github.com/clojure-emacs/cider/issues/%s")
+ (bug-reference-bug-regexp . "#\\(?2:[[:digit:]]+\\)")
(indent-tabs-mode)
(fill-column . 80)
(sentence-end-double-space . t)
@@ -28,9 +29,7 @@
(cl-defun . 2)
(with-parsed-tramp-file-name . 2)
(thread-first . 1)
- (thread-last . 1))))
- (emacs-lisp-mode
- (bug-reference-bug-regexp . "#\\(?2:[[:digit:]]+\\)")))
+ (thread-last . 1)))))
;; To use the bug-reference stuff, do:
;; (add-hook 'text-mode-hook #'bug-reference-mode)