Add "jinja" as a safe value for engine
This commit is contained in:
parent
18749a67e8
commit
8ea3b28bea
@ -186,7 +186,10 @@
|
|||||||
yasnippet-snippets
|
yasnippet-snippets
|
||||||
zone-nyan
|
zone-nyan
|
||||||
zygospore)))
|
zygospore)))
|
||||||
'(safe-local-variable-values (quote ((bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)"))))
|
'(safe-local-variable-values
|
||||||
|
(quote
|
||||||
|
((engine . jinja)
|
||||||
|
(bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)"))))
|
||||||
'(scroll-margin 2)
|
'(scroll-margin 2)
|
||||||
'(send-mail-function (quote sendmail-send-it))
|
'(send-mail-function (quote sendmail-send-it))
|
||||||
'(sendmail-program "/usr/bin/msmtp")
|
'(sendmail-program "/usr/bin/msmtp")
|
||||||
|
Loading…
Reference in New Issue
Block a user