From 3c39fa4737c555873d89d7512236e53eddc6ba99 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 18 Aug 2015 12:23:02 -0400 Subject: [PATCH] Larger font + fullscreen on startup --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 729ce766e..52d4d8971 100644 --- a/init.el +++ b/init.el @@ -48,8 +48,9 @@ (tool-bar-mode -1) ; no toolbar (menu-bar-mode -1) ; no menubar -(set-frame-font (font-spec :family "terminus (ttf)" :size 12 :antialias nil)) -;; (set-frame-parameter nil 'fullscreen 'fullboth) +;;(set-frame-font (font-spec :family "terminus (ttf)" :size 12 :antialias nil)) +(set-frame-font (font-spec :family "Ubuntu Mono" :size 14 :antialias t)) +(set-frame-parameter nil 'fullscreen 'fullboth) (load (concat user-emacs-directory "init-load-path.el")) (load-theme (if window-system 'narf-dark 'wombat) t)