diff options
-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)) |