aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2017-01-12 17:01:01 +0100
committerJonas Bernoulli <jonas@bernoul.li>2017-01-12 17:01:39 +0100
commitcd2a9b8c5ac90c2cc7f945c9fd9b1e7884b9ee91 (patch)
tree88e16bea501c0a6c80588fddd137f258a8a3b089 /.dir-locals.el
parent17a8811389ce7c5e828a6ec6afa425ab5075febd (diff)
Set file-local value of outline-regexp for makefiles
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 06fc1f0..46cc957 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,3 +1,5 @@
((nil
(bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)")
- (bug-reference-url-format . "https://github.com/magit/magit/issues/%s")))
+ (bug-reference-url-format . "https://github.com/magit/magit/issues/%s"))
+ (makefile-gmake-mode
+ (outline-regexp . "##")))