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 (: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." :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 :type http
:url "http://www.gentei.org/~yuuji/software/revive.el" :url "http://www.gentei.org/~yuuji/software/revive.el"
:features "revive") :features "revive")

View File

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