Larger font + fullscreen on startup

This commit is contained in:
Henrik Lissner 2015-08-18 12:23:02 -04:00
parent b6a682e50e
commit 3c39fa4737

View file

@ -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)