Add depends for windows.el

This commit is contained in:
USAMI Kenta 2014-04-03 00:17:34 +09:00
parent bdb02d4744
commit 15ceef496d
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
(:name revive
:description "Revive.el saves current editing status including the window splitting configuration, which can't be recovered by `desktop.el' nor by `saveconf.el', into a file and reconstructs that status correctly."
:website "http://www.gentei.org/~yuuji/software/"
:type http
:url "http://www.gentei.org/~yuuji/software/revive.el"
:features "revive")

View File

@ -1,5 +1,7 @@
(:name windows
:description "Window manager for GNU Emacs."
:website "http://www.gentei.org/~yuuji/software/"
:type http
:url "http://www.gentei.org/~yuuji/software/windows.el"
:depends (revive)
:features "windows")