diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-08-12 17:51:02 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 12:23:30 +0200 |
| commit | 5f84dab505f45058565128d885e4da7a173dc6d3 (patch) | |
| tree | 7d07888d91eaa82c9bcf1ba218351207792d2726 /config/aerc | |
| parent | f731fc7ea079462f9dad57826c71b8c5713a4157 (diff) | |
Improve pandoc html output, update waybar
Diffstat (limited to 'config/aerc')
| -rw-r--r-- | config/aerc/aerc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/aerc/aerc.conf b/config/aerc/aerc.conf index 79808c1..c1dcc25 100644 --- a/config/aerc/aerc.conf +++ b/config/aerc/aerc.conf @@ -494,7 +494,7 @@ text/plain=wrap -r -w 72 | colorize text/calendar=calendar message/delivery-status=colorize message/rfc822=colorize -text/html=pandoc -f html -t plain | colorize +text/html=pandoc -f html -t markdown --wrap=none| colorize #text/html=html | colorize text/*=bat -fP --file-name="$AERC_FILENAME" #application/x-sh=bat -fP -l sh |