diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 14:30:33 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 15:48:31 -0200 |
commit | ea5bd0a5a03976b8b5bf62645f1e5623e805db8b (patch) | |
tree | 2adab2524ab0ddf97478d7c1f823e3ea52fe532c | |
parent | 5584905198e5f3b4db68cdd9373b4172885d0d43 (diff) |
Delete duplicate face definition
-rw-r--r-- | sx-question-print.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index e4b8850..0f54e6e 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -73,11 +73,6 @@ :type 'string :group 'sx-question-mode) -(defface sx-question-mode-author - '((t :inherit font-lock-string-face)) - "Face used on the question author in the question buffer." - :group 'sx-question-mode-faces) - (defcustom sx-question-mode-header-author "\nAuthor: " "String used before the question author at the header." :type 'string |