aboutsummaryrefslogtreecommitdiffstats
path: root/mowedline
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-21 14:28:55 +0200
committerGravatar Tom Willemse2016-10-21 14:28:55 +0200
commitbf5fac97aeec3696bf34434a5b4e085a6ebc70b8 (patch)
treeec6a15f6af8a60c86c1f53ba548eb22b3092c8b7 /mowedline
parentc91a3efa4e5f826585952e1d7e5cdc15a91a9491 (diff)
downloadnew-dotfiles-bf5fac97aeec3696bf34434a5b4e085a6ebc70b8.tar.gz
new-dotfiles-bf5fac97aeec3696bf34434a5b4e085a6ebc70b8.zip
Don’t show empty tags, discard junk
Diffstat (limited to 'mowedline')
-rw-r--r--mowedline/.config/mowedline/init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/mowedline/.config/mowedline/init.org b/mowedline/.config/mowedline/init.org
index 5e3d308..623353e 100644
--- a/mowedline/.config/mowedline/init.org
+++ b/mowedline/.config/mowedline/init.org
@@ -52,9 +52,9 @@ mowedline.
(list '(color "#ececec" font "FontAwesome-10" "")
(string-append " " (list->string name-list) " ")))
((#\- . _) '((color "#bfbfbf" font "FontAwesome-10" "") " "))
- ((#\. . _) '((color "#969696" font "FontAwesome-10" "") " "))
((#\: . _) '((color "#969696" font "FontAwesome-10" "") " "))
- ((#\! . _) '((color "#a85454" font "FontAwesome-10" "") " "))))
+ ((#\! . _) '((color "#a85454" font "FontAwesome-10" "") " "))
+ (_ '())))
(define (tag-list-display tag-list)
(map tag-display tag-list))