Skip to content

Commit

Permalink
maximize window at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryang-bgl committed Jan 27, 2015
1 parent 220b727 commit c91a24c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions users/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@

(put 'erase-buffer 'disabled nil)


;; maximize the frame
(modify-frame-parameters
nil
`((fullscreen
. ,'maximized)))

;; evil mode
;; (require 'evil)
;; (evil-mode 1)
Expand Down

0 comments on commit c91a24c

Please sign in to comment.