aboutsummaryrefslogtreecommitdiff
path: root/sx-question-print.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-question-print.el
parent1dfa97db27a72f0121001b1d85c13d1cdee37f31 (diff)
Always use sx-tag face for tags
Diffstat (limited to 'sx-question-print.el')
-rw-r--r--sx-question-print.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/sx-question-print.el b/sx-question-print.el
index 0ae0f04..6791222 100644
--- a/sx-question-print.el
+++ b/sx-question-print.el
@@ -79,11 +79,6 @@ Some faces of this mode might be defined in the `sx-user' group."
:type 'string
:group 'sx-question-mode)
-(defface sx-question-mode-tags
- '((t :underline nil :inherit font-lock-function-name-face))
- "Face used on the question tags in the question buffer."
- :group 'sx-question-mode-faces)
-
(defface sx-question-mode-score
'((t))
"Face used for the score in the question buffer."
@@ -224,7 +219,7 @@ DATA can represent a question or an answer."
(sx-question-mode--insert-header
sx-question-mode-header-tags
(mapconcat #'sx-tag--format .tags " ")
- 'sx-question-mode-tags))
+ nil))
;; Body
(insert "\n"
(propertize sx-question-mode-separator