View Single Post
Posts: 451 | Thanked: 334 times | Joined on Sep 2009
#38
Originally Posted by jtkim View Post
I've installed this following the "Basic" section. Unfortunately, the "Fix the maximization" [1] step doesn't seem to work for me. The minibuffer is not visible, regardless of whether ~/.emacs is there or not. From checking with "emacs.sh -nw" [2], I know that the maximize-frame function is there. However, running it makes no visible difference either in X window or in no-window (-nw) mode.
I have it working perfectly.

Make sure, you got ttf-droid installed.

Then add this to .emacs:

(set-default-font "-unknown-Droid Sans Mono-normal-normal-normal-*-20-*-*-*-m-0-iso10646-1")
(require 'maxframe)
(add-hook 'window-setup-hook 'maximize-frame t)
(maximize-frame)