summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit.el13
1 files changed, 7 insertions, 6 deletions
diff --git a/init.el b/init.el
index 59ab286..0048def 100755
--- a/init.el
+++ b/init.el
@@ -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)