aboutsummaryrefslogtreecommitdiff
path: root/sx-tag.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-01-15 22:07:48 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-01-15 22:07:48 -0200
commit74fce2c36f803abe232eebe9f542696b8d0fac23 (patch)
tree34fca3783f527a7934c655acaa25e7b9c753f023 /sx-tag.el
parent1dfa97db27a72f0121001b1d85c13d1cdee37f31 (diff)
Always use sx-tag face for tags
Diffstat (limited to 'sx-tag.el')
-rw-r--r--sx-tag.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/sx-tag.el b/sx-tag.el
index ba32544..d9e2877 100644
--- a/sx-tag.el
+++ b/sx-tag.el
@@ -24,6 +24,12 @@
(require 'sx)
(require 'sx-method)
+(defface sx-tag
+ '((t :underline nil :inherit font-lock-function-name-face))
+ "Face used on the question tags in the question buffer."
+ :group 'sx-question-mode-faces
+ :group 'sx-question-list-faces)
+
;;; Getting the list from a site
(defconst sx-tag-filter