diff options
author | dakkar <dakkar@thenautilus.net> | 2024-09-03 09:07:02 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-09-03 09:07:02 +0100 |
commit | 5bed09a13c98aff658cc5a33458605b29e474fc6 (patch) | |
tree | abd83c44454c21caa16038944d7947089fdb6cbf /init.el | |
parent | configure git-link (diff) | |
download | emacs-5bed09a13c98aff658cc5a33458605b29e474fc6.tar.gz emacs-5bed09a13c98aff658cc5a33458605b29e474fc6.tar.bz2 emacs-5bed09a13c98aff658cc5a33458605b29e474fc6.zip |
font
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) |