diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 22:07:48 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-15 22:07:48 -0200 |
commit | 74fce2c36f803abe232eebe9f542696b8d0fac23 (patch) | |
tree | 34fca3783f527a7934c655acaa25e7b9c753f023 /sx-tag.el | |
parent | 1dfa97db27a72f0121001b1d85c13d1cdee37f31 (diff) |
Always use sx-tag face for tags
Diffstat (limited to 'sx-tag.el')
-rw-r--r-- | sx-tag.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |