From 0d7071efabbce496f481a209f7c4a044c663c156 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Mon, 1 Jul 2013 15:13:17 +0200 Subject: [PATCH] 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 --- recipes/frame-restore | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/frame-restore diff --git a/recipes/frame-restore b/recipes/frame-restore new file mode 100644 index 00000000..1e11e39c --- /dev/null +++ b/recipes/frame-restore @@ -0,0 +1 @@ +(frame-restore :repo "lunaryorn/frame-restore.el" :fetcher github) \ No newline at end of file