Emacs: Set default fonts in my/fix-theme.

Emoji font wasn't set in GUI but in TUI.
This commit is contained in:
tastytea 2020-12-06 12:03:32 +01:00
parent d4dbffc344
commit 40c4b7ccca
1 changed files with 2 additions and 1 deletions

View File

@ -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)