diff options
author | Urbain Vaes <urbain@vaes.uk> | 2023-01-13 19:12:00 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2023-01-13 19:12:00 +0100 |
commit | b9c6d426220abb93a05755402b81d3c87fe73210 (patch) | |
tree | 45e500a95f1a72fbddc1298820f853b9231e2c46 /mutt/.mutt/muttrc | |
parent | 92f6ded81af5f4a55c079afdf7dc7abf2a490328 (diff) |
Change emojis
Diffstat (limited to 'mutt/.mutt/muttrc')
-rw-r--r-- | mutt/.mutt/muttrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index eea4ba6..818c4c1 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -71,9 +71,11 @@ set include=yes # Index set index_format="%@emoji@%4C %X %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s" -index-format-hook emoji "~F" "β¨" + +# Needs ttf-dejavu-emojiless from AUR +index-format-hook emoji "~F" "π₯" index-format-hook emoji "~X 1-10" "π" -index-format-hook emoji "~G" "π" +index-format-hook emoji "~G" "π" index-format-hook emoji "~f nyu.edu" "σΎ¦ " index-format-hook emoji "~A" " " |