dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 2a9eba2e6837d95e5b8361d7f58085b72afb21a9
parent 2412351bbac792ec7156036f4b1b40fd871e0e27
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 20 Sep 2018 15:51:57 +0200

Add bookmark-cmd with custom script, disable non-working signature strip

Diffstat:
Mlinks/.newsboat/config | 1+
Mlinks/.vim/ftplugin/mail.vim | 4----
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/links/.newsboat/config b/links/.newsboat/config @@ -29,6 +29,7 @@ unbind-key end max-items 1000 history-limit 0 # do not store search queries browser open +bookmark-cmd "~/bin/bookmark" show-read-feeds no # toggle view with 'l' auto-reload yes reload-threads 3 diff --git a/links/.vim/ftplugin/mail.vim b/links/.vim/ftplugin/mail.vim @@ -8,8 +8,4 @@ augroup mail_typography IndentLinesDisable AdVIMsorEnable " detect weasel words, use of passive voice, word duplicates "DittoOn - - " strip signature from quotes - "autocmd BufRead * execute 'silent g/^>-- \s\=$/,/^$/-1d' - autocmd BufRead mutt-* execute 'silent g/^>-- \s\=$/,/^$/-1d' augroup END