commit 4d04be9f4c9608982c920533a64632edea5494cd
parent be6e074e78a4f6e482bbaa816ee92b769ad8e2d1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 20 Sep 2018 12:57:37 +0200
Merge branch 'master' of gitlab.com:admesg/dotfiles
Diffstat:
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/links/.config/kitty/kitty.conf b/links/.config/kitty/kitty.conf
@@ -24,7 +24,7 @@ font_family PragmataPro
#: bold_italic_font Operator Mono Medium Italic
# font_size 11.0
-font_size 16.0
+font_size 15.0
#: Font size (in pts)
diff --git a/links/.vim/ftplugin/mail.vim b/links/.vim/ftplugin/mail.vim
@@ -7,5 +7,9 @@ augroup mail_typography
setlocal completefunc=Complete_Emails
IndentLinesDisable
AdVIMsorEnable " detect weasel words, use of passive voice, word duplicates
- DittoOn
+ "DittoOn
+
+ " strip signature from quotes
+ "autocmd BufRead * execute 'silent g/^>-- \s\=$/,/^$/-1d'
+ autocmd BufRead mutt-* execute 'silent g/^>-- \s\=$/,/^$/-1d'
augroup END
diff --git a/links/.vim/ftplugin/markdown.vim b/links/.vim/ftplugin/markdown.vim
@@ -6,5 +6,5 @@ augroup markdown_typography
setlocal formatoptions=alw2qt " automatically reflow paragraphs
setlocal completefunc=emoji#complete
AdVIMsorEnable " detect weasel words, use of passive voice, word duplicates
- DittoOn
+ " DittoOn
augroup END
diff --git a/links/.vim/ftplugin/tex.vim b/links/.vim/ftplugin/tex.vim
@@ -37,5 +37,5 @@ augroup latex_typography
setlocal formatoptions=alw2qt " automatically reflow paragraphs
IndentLinesDisable
AdVIMsorEnable " detect weasel words, use of passive voice, word duplicates
- DittoOn
+ "DittoOn
augroup END