el-get/recipes/maxframe.rcp

11 lines
495 B
Plaintext
Raw Normal View History

(: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)))