Add frame-restore.el

frame-restore.el is a little library to save and restore the size and
position of the Emacs frame.

I use it mostly to remember the fullscreen state of my Emacs.

See https://github.com/lunaryorn/frame-restore.el
This commit is contained in:
Sebastian Wiesner 2013-07-01 15:13:17 +02:00
parent 813a0ccd46
commit 0d7071efab

1
recipes/frame-restore Normal file
View file

@ -0,0 +1 @@
(frame-restore :repo "lunaryorn/frame-restore.el" :fetcher github)