From 8ea3b28beac456ad6eaffc34310bb3b8b2da0fd9 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 19 Oct 2018 09:35:08 +0200 Subject: [PATCH] Add "jinja" as a safe value for engine --- customizations.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/customizations.el b/customizations.el index 19e93a5..431d27e 100644 --- a/customizations.el +++ b/customizations.el @@ -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")