Emacs: Re-set markdown-code-face in my/reload-theme().

This commit is contained in:
tastytea 2020-11-30 20:03:24 +01:00
parent 03a18144a1
commit be9f36b6c8
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-11-30T15:50:27+0100>
;; Time-stamp: <2020-11-30T20:02:17+0100>
;;; Commentary:
@ -75,7 +75,10 @@
(when (fboundp #'my/ruler-set-colors)
(my/ruler-set-colors))
(when (fboundp #'my/volatile-highlights-reset-color)
(my/volatile-highlights-reset-color)))
(my/volatile-highlights-reset-color))
(when (fboundp #'markdown-mode)
(set-face-background 'markdown-code-face
(face-background 'hl-line))))
(my/reload-theme)
(doom-themes-visual-bell-config) ; Flash modeline on error.