autoload escreen-install rather than requiring escreen, per comment from Dave.

This commit is contained in:
Dimitri Fontaine 2011-08-14 19:33:08 +02:00
parent 9f08c3faed
commit d94a68a115

View File

@ -2,4 +2,5 @@
:description "Emacs window session manager" :description "Emacs window session manager"
:type http :type http
:url "http://www.splode.com/~friedman/software/emacs-lisp/src/escreen.el" :url "http://www.splode.com/~friedman/software/emacs-lisp/src/escreen.el"
:features escreen) :post-init (lambda ()
(autoload 'escreen-install "escreen" nil t)))