summaryrefslogtreecommitdiff
path: root/.emacs.d/init-custom.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-18 09:11:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-18 12:42:20 -0700
commitcde9e264c6c5f0342f3a68184e1422f83f6eee9d (patch)
tree96c285c1a06e31996d775d7c215a88c392669292 /.emacs.d/init-custom.el
parentcc9b16f6d86a7270e9a8d6051774fd6ed580a747 (diff)
downloaddotfiles-cde9e264c6c5f0342f3a68184e1422f83f6eee9d.tar.gz
update allowed local vars
Diffstat (limited to '.emacs.d/init-custom.el')
-rw-r--r--.emacs.d/init-custom.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init-custom.el b/.emacs.d/init-custom.el
index acd772dd..218e4011 100644
--- a/.emacs.d/init-custom.el
+++ b/.emacs.d/init-custom.el
@@ -162,7 +162,8 @@
(projectile-project-name)))))
'(safe-local-variable-values
(quote
- ((wc-word-goal . 750)
+ ((bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)")
+ (wc-word-goal . 750)
(wc-modeline-format . "%w/%gw")
(wc-modeline-format . %w/%gw)
(eval highlight-regexp "^ *")