my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add sendemail git conf, change markdown

j3s a928bb55 b0215c36

+8
+5
.config/git/config
··· 27 27 [user] 28 28 name = j3s 29 29 email = j3s@cyberia.club 30 + [sendemail] 31 + smtpserver = mail.c3f.net 32 + smtpuser = j3s 33 + smtpencryption = tls 34 + smtpserverport = 587 30 35 [includeIf "gitdir:~/git/"] 31 36 path = ~/.config/git/config-work 32 37 [includeIf "gitdir:~/howdocs/"]
+3
.vimrc
··· 51 51 " mail 52 52 autocmd FileType mail setlocal tw=72 spell spelllang=en 53 53 54 + " markdown 55 + autocmd FileType markdown setlocal noruler spell spelllang=en 56 + 54 57 " ruby 55 58 autocmd FileType ruby setlocal shiftwidth=2 softtabstop=2 expandtab