diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-21 23:20:00 +0100 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-21 23:20:00 +0100 |
commit | bb27c05ea17b794a180d5562ada721ae8854f3d5 (patch) | |
tree | e0ddcc7ffbc355fe32964f3a145803ff4b7a602d | |
parent | 8fbebb079260dfd9d2c7f384d161555c7224d0c6 (diff) |
Fix #275. semibold to semi-bold
-rw-r--r-- | sx-question-print.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index 096586a..90a03fb 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -555,11 +555,11 @@ font-locks code-blocks according to mode." (defface sx-question-mode-kbd-tag '((((background dark)) :height 0.9 - :weight semibold + :weight semi-bold :box (:line-width 3 :style released-button :color "gray30")) (((background light)) :height 0.9 - :weight semibold + :weight semi-bold :box (:line-width 3 :style released-button :color "gray70"))) "Face used on <kbd> tags." :group 'sx-question-mode-faces) |