diff options
-rw-r--r-- | dictionary.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dictionary.el b/dictionary.el index 6c00682..45548ee 100644 --- a/dictionary.el +++ b/dictionary.el @@ -220,7 +220,7 @@ by the choice value: (progn (defface dictionary-word-definition-face - '((((supports '(:family "DejaVu Serif"))) + '((((supports (:family "DejaVu Serif"))) (:family "DejaVu Serif")) (((type x)) (:font "Sans Serif")) |