From c4aff579106328437ab38a4ac24309be4005bbda Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 19 Mar 2018 12:12:06 +0100 Subject: [PATCH] Add bug-reference-bug-regexp to safe local variables --- customizations.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customizations.el b/customizations.el index 5f93e72..51b7e4c 100644 --- a/customizations.el +++ b/customizations.el @@ -150,6 +150,9 @@ yasnippet zone-nyan zygospore))) + '(safe-local-variable-values + (quote + ((bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)")))) '(sgml-basic-offset 4) '(show-trailing-whitespace t) '(tab-width 4)