el-get/recipes/maxframe.rcp
2012-02-22 14:46:21 -08:00

11 lines
520 B
Plaintext

(:name maxframe
:description "Maxframe provides the ability to maximize the emacs frame and stay within the display resolution."
:type git
:url "http://github.com/rmm5t/maxframe.el.git"
:post-init (progn
(autoload 'maximize-frame "maxframe"
"Maximizes the frame to fit the display if under a windowing
system." t)
(autoload 'restore-frame "maxframe"
"Restores a maximized frame. See `maximize-frame'." t)))