diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-06-15 12:34:58 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-06-15 12:34:58 +0100 |
commit | eef83be24ecbf2add0cecc7b1f7cda9e628bbbfb (patch) | |
tree | 69d3c4e01ae178e6885c70c57d8aa9c4795ff7eb | |
parent | 137150b2d9885a094c8d83454adbe2086fb82c1e (diff) | |
download | dotfiles-eef83be24ecbf2add0cecc7b1f7cda9e628bbbfb.tar.gz |
Set modus-themes-bold-constructs and modus-themes-italic-constructs
-rw-r--r-- | .emacs.d/lisp/init-ui.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el index 2234dcf..63eb1dd 100644 --- a/.emacs.d/lisp/init-ui.el +++ b/.emacs.d/lisp/init-ui.el @@ -55,6 +55,8 @@ modus-themes-paren-match '(bold intense underline) modus-themes-region '(accented) modus-themes-hl-line '(underline) + modus-themes-bold-constructs t + modus-themes-italic-constructs t modus-themes-lang-checkers '(text-also background)) (load-theme 'modus-vivendi t)) |