From 43838095eddeefabb88ea94544b6c200f3f74386 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 29 Mar 2019 08:03:15 +0100 Subject: [PATCH] Update custom values --- customizations.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/customizations.el b/customizations.el index a513886..245fcaf 100644 --- a/customizations.el +++ b/customizations.el @@ -199,7 +199,8 @@ zygospore))) '(safe-local-variable-values (quote - ((engine . jinja) + ((web-mode-engine . jinja) + (engine . jinja) (bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)")))) '(scroll-margin 2) '(send-mail-function (quote sendmail-send-it)) @@ -208,6 +209,9 @@ '(show-trailing-whitespace t) '(suggest-key-bindings nil) '(tab-width 4) + '(use-package-always-ensure t) + '(use-package-verbose nil) + '(user-full-name "Gergely Polonkai") '(user-mail-address "gergely@polonkai.eu") '(wl-draft-send-mail-function (quote wl-draft-send-mail-with-sendmail))) (custom-set-faces