From 40c4b7cccacf6e257cc6cd9c1002ed451c02dc9c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 6 Dec 2020 12:03:32 +0100 Subject: [PATCH] Emacs: Set default fonts in my/fix-theme. Emoji font wasn't set in GUI but in TUI. --- init.d/basics/appearance.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)