el-get/recipes/maxframe.rcp
Ryan C. Thompson d9d14a71bd Merge branch 'more-github-recipes'
Conflicts:
	recipes/maxframe.rcp
2012-03-05 08:49:03 -08:00

11 lines
495 B
Plaintext

(:name maxframe
:description "Maxframe provides the ability to maximize the emacs frame and stay within the display resolution."
:type github
:pkgname "rmm5t/maxframe.el"
:prepare (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)))