diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-08-12 17:51:02 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-08-12 17:51:02 +0200 |
| commit | 00f89fba7e0b5ca504102b7acb671356bbe7d622 (patch) | |
| tree | 115cb7d5261550e4d45857fd9d319e74bb7890dd /config/aerc | |
| parent | b0f7dec7357ee87f1ae0cbd115629aaaffd47ce0 (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 |