diff options
author | jao <jao@gnu.org> | 2022-03-12 23:59:26 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-12 23:59:26 +0000 |
commit | 5d0e66fb6bb48609146d6954ab504ebf6ed88613 (patch) | |
tree | 52e92d1c07fef0673488422a01c23900b03d22fa | |
parent | 3cfbfaa4817d16d03e4d7447960c50c42d206295 (diff) | |
download | elibs-5d0e66fb6bb48609146d6954ab504ebf6ed88613.tar.gz elibs-5d0e66fb6bb48609146d6954ab504ebf6ed88613.tar.bz2 |
themes dsl: (bf weight)
-rw-r--r-- | lib/themes/jao-themes.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index db68668..e2ad2bf 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -203,6 +203,7 @@ (if (listp val) (jao-themes--parse-face-body val) val))))) + (bf `(:bold t :weight ,(cadr s))) (ul `(:underline ,(jao-themes--color (cadr s)))) (st `(:strike-through ,(jao-themes--color (cadr s)))) (~ (cdr (assq (cadr s) *jao--parsed-faces*))) |