Update custom values
This commit is contained in:
parent
b776127e4c
commit
43838095ed
@ -199,7 +199,8 @@
|
|||||||
zygospore)))
|
zygospore)))
|
||||||
'(safe-local-variable-values
|
'(safe-local-variable-values
|
||||||
(quote
|
(quote
|
||||||
((engine . jinja)
|
((web-mode-engine . jinja)
|
||||||
|
(engine . jinja)
|
||||||
(bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)"))))
|
(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))
|
||||||
@ -208,6 +209,9 @@
|
|||||||
'(show-trailing-whitespace t)
|
'(show-trailing-whitespace t)
|
||||||
'(suggest-key-bindings nil)
|
'(suggest-key-bindings nil)
|
||||||
'(tab-width 4)
|
'(tab-width 4)
|
||||||
|
'(use-package-always-ensure t)
|
||||||
|
'(use-package-verbose nil)
|
||||||
|
'(user-full-name "Gergely Polonkai")
|
||||||
'(user-mail-address "gergely@polonkai.eu")
|
'(user-mail-address "gergely@polonkai.eu")
|
||||||
'(wl-draft-send-mail-function (quote wl-draft-send-mail-with-sendmail)))
|
'(wl-draft-send-mail-function (quote wl-draft-send-mail-with-sendmail)))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
|
Loading…
Reference in New Issue
Block a user