View Single Post
Posts: 145 | Thanked: 88 times | Joined on Nov 2009 @ Copenhagen
#40
For me it works, if I simply put the following in my .emacs:

Code:
(set-default-font "Droid Sans Mono-10")
(require 'maxframe)
(add-hook 'window-setup-hook 'maximize-frame t)
(maximize-frame)
I have also disabled menu-bar-mode and tool-bar-mode (I always do that on any system -- all they do is take up space)
 

The Following User Says Thank You to filologen For This Useful Post: