Add "jinja" as a safe value for engine

This commit is contained in:
Gergely Polonkai 2018-10-19 09:35:08 +02:00
parent 18749a67e8
commit 8ea3b28bea

View File

@ -186,7 +186,10 @@
yasnippet-snippets
zone-nyan
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)
'(send-mail-function (quote sendmail-send-it))
'(sendmail-program "/usr/bin/msmtp")