citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit f7bc3278b8140a0e65d60cf7f76a1a640c6904e8
parent 80691b2d05d0aa3bca81ed97be90eb18d426fe76
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 24 May 2021 14:37:35 -0700

neomutt: use delta for patch viewer

Diffstat:
Mdotfiles/.config/neomutt/neomuttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/.config/neomutt/neomuttrc b/dotfiles/.config/neomutt/neomuttrc @@ -35,7 +35,7 @@ macro index,pager F "<modify-labels>+filed" "File message" macro index S "<modify-labels>+spam -unread -inbox" "Spam message" macro index c "<change-vfolder>?" "Change to vfolder overview" macro index \\\\ "<vfolder-from-query>" "Search mailbox" -macro pager p "|grep patch$ | xargs curl -sL | bat -l patch" +macro pager p "|grep patch$ | xargs curl -sL | delta --paging always" my_hdr Bcc: William Casarin <jb55@jb55.com>