Update custom values
This commit is contained in:
parent
b776127e4c
commit
43838095ed
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user