diff --git a/init.d/basics/appearance.el b/init.d/basics/appearance.el index 7c80c53..b1d0564 100644 --- a/init.d/basics/appearance.el +++ b/init.d/basics/appearance.el @@ -1,6 +1,6 @@ ;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-12-05T08:55:31+0100> +;; Time-stamp: <2020-12-06T12:02:22+0100> ;;; Commentary: @@ -81,6 +81,7 @@ (when (fboundp #'markdown-mode) (set-face-background 'markdown-code-face (face-background 'hl-line))) + (my/set-default-fonts) (when (display-graphic-p) (setq my/run-fix-theme nil)))) (load-theme 'doom-outrun-electric t)