From e2d0f29933328f09c34869fcc336c7a22aff08f2 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 22 Mar 2020 13:02:18 -0400 Subject: [PATCH] FIX set default font (this wasn't an issue in the past for some reason) --- etc/conf.org | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/conf.org b/etc/conf.org index 141aadd..1e63c96 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -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