summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-09-03 09:07:02 +0100
committerdakkar <dakkar@thenautilus.net>2024-09-03 09:07:02 +0100
commit5bed09a13c98aff658cc5a33458605b29e474fc6 (patch)
treeabd83c44454c21caa16038944d7947089fdb6cbf /init.el
parentconfigure git-link (diff)
downloademacs-5bed09a13c98aff658cc5a33458605b29e474fc6.tar.gz
emacs-5bed09a13c98aff658cc5a33458605b29e474fc6.tar.bz2
emacs-5bed09a13c98aff658cc5a33458605b29e474fc6.zip
font
Diffstat (limited to 'init.el')
-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)