Set up Wanderlust

This commit is contained in:
2018-09-19 14:28:30 +02:00
parent e59566d7ef
commit 164dd2edae
3 changed files with 35 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
'(inhibit-startup-echo-area-message (user-login-name))
'(inhibit-startup-screen t)
'(initial-scratch-message nil)
'(message-sendmail-envelope-from (quote header))
'(minibuffer-prompt-properties
(quote
(read-only t cursor-intangible t face minibuffer-prompt)))
@@ -176,6 +177,7 @@
vala-mode
vala-snippets
wakatime-mode
wanderlust
web-mode
with-editor
xlicense
@@ -187,11 +189,13 @@
'(safe-local-variable-values (quote ((bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)"))))
'(scroll-margin 2)
'(send-mail-function (quote sendmail-send-it))
'(sendmail-program "/usr/bin/msmtp")
'(sgml-basic-offset 4)
'(show-trailing-whitespace t)
'(suggest-key-bindings nil)
'(tab-width 4)
'(user-mail-address "gergely@polonkai.eu"))
'(user-mail-address "gergely@polonkai.eu")
'(wl-draft-send-mail-function (quote wl-draft-send-mail-with-sendmail)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.