FIX set default font (this wasn't an issue in the past for some reason)

This commit is contained in:
Nathan Dwarshuis 2020-03-22 13:02:18 -04:00
parent 0bce1dee11
commit e2d0f29933
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ Since I run emacs in [[https://www.gnu.org/software/emacs/manual/html_node/emacs
(add-hook 'after-make-frame-functions
(lambda (frame)
(select-frame frame)
(set-default-font "Dejavu Sans Mono-11")
(if (window-system frame)
(unless nd/theme-window-loaded
(if nd/theme-terminal-loaded