FIX set default font (this wasn't an issue in the past for some reason)
This commit is contained in:
parent
0bce1dee11
commit
e2d0f29933
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue