diff options
Diffstat (limited to 'init.el')
-rwxr-xr-x | init.el | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -46,12 +46,13 @@ '(cperl-under-as-char nil) '(current-language-environment "English") '(default-frame-alist - '((tool-bar-lines . 0) - (width . 80) - (height . 25) - (right-fringe) - (left-fringe) - (fullscreen . fullheight))) + '((tool-bar-lines . 0) + (width . 80) + (height . 25) + (right-fringe) + (left-fringe) + (fullscreen . fullheight) + (font . "DejaVuSansM Nerd Font Mono"))) '(desktop-load-locked-desktop t) '(desktop-save t) '(desktop-save-mode t) |