Disable markdown-notes

This commit is contained in:
Marcin Woźniak 2021-10-30 22:46:25 +02:00
parent 071671375a
commit d9d20cf909
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -303,11 +303,6 @@ autocmd BufRead,BufNewFile /tmp/neomutt* :Goyo
autocmd BufRead,BufNewFile /tmp/neomutt* map ZZ :Goyo\|x!<CR>
autocmd BufRead,BufNewFile /tmp/neomutt* map ZQ :Goyo\|q!<CR>
" markdown-notes
autocmd BufWritePost notes-all.md silent! :!git add notes-all.md
autocmd BufWritePost notes-all.md silent! :!git commit --author='Marcin Woźniak <y0rune@aol.com>' -m "Autosaving - $(echo -e $(date))"
autocmd BufWritePost notes-all.md silent! execute "!git push" | execute ':redraw!'
" Automatically deletes all trailing whitespace and newlines at end of file on save.
autocmd BufWritePre * %s/\s\+$//e
autocmd BufWritepre * %s/\n\+\%$//e