small pixel drawing of a pufferfish dotfiles

Add sendemail git conf, change markdown
j3s j3s@cyberia.club
Tue, 10 Dec 2019 11:09:35 -0600
commit

a928bb55d4e15708e880eecf107f1b1e8e029828

parent

b0215c367c0f68d619ebea370a7f5cabc273b96a

2 files changed, 8 insertions(+), 0 deletions(-)

jump to
M .config/git/config.config/git/config

@@ -27,6 +27,11 @@ format = * %s [%an]

[user] name = j3s email = j3s@cyberia.club +[sendemail] + smtpserver = mail.c3f.net + smtpuser = j3s + smtpencryption = tls + smtpserverport = 587 [includeIf "gitdir:~/git/"] path = ~/.config/git/config-work [includeIf "gitdir:~/howdocs/"]
M .vimrc.vimrc

@@ -51,5 +51,8 @@

" mail autocmd FileType mail setlocal tw=72 spell spelllang=en +" markdown +autocmd FileType markdown setlocal noruler spell spelllang=en + " ruby autocmd FileType ruby setlocal shiftwidth=2 softtabstop=2 expandtab