diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 20:04:24 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 20:04:24 -0200 |
commit | 2ee72cc4361031f3ab34e312fca191125ce18bfc (patch) | |
tree | bb17250a37f82a7f6356000862f21e93b518eff0 /sx-question-list.el | |
parent | 22f86c35499f994f0eb7532b8eb27b0d990d889d (diff) |
Move tag-format to sx-tag.el
Diffstat (limited to 'sx-question-list.el')
-rw-r--r-- | sx-question-list.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-list.el b/sx-question-list.el index 884f994..306d39f 100644 --- a/sx-question-list.el +++ b/sx-question-list.el @@ -170,7 +170,7 @@ Also see `sx-question-list-refresh'." " " ;; @TODO: Make this width customizable. (Or maybe just make ;; the whole thing customizable) - (propertize (format "%-40s" (mapconcat #'sx-question--tag-format .tags " ")) + (propertize (format "%-40s" (mapconcat #'sx-tag--format .tags " ")) 'face 'sx-question-list-tags) " " (sx-user--format "%15d %4r" .owner) |