Larger font + fullscreen on startup
This commit is contained in:
parent
b6a682e50e
commit
3c39fa4737
1 changed files with 3 additions and 2 deletions
5
init.el
5
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue