el-get/recipes/session.el
Dimitri Fontaine 88380ca334 Add ':description' for recipes without it
Conflicts:

	recipes/bookmark+.el
	recipes/color-theme-zenburn.el
	recipes/dired-plus.el
	recipes/imaxima.el
	recipes/js2-mode.el
	recipes/nxhtml.el
	recipes/python-mode.el
	recipes/python-pep8.el
	recipes/rvm.el
	recipes/smartchr.el
	recipes/tuareg-mode.el
2011-08-14 19:04:26 +02:00

10 lines
530 B
EmacsLisp

(:name session
:description "When you start Emacs, package Session restores various variables (e.g., input histories) from your last session. It also provides a menu containing recently changed/visited files and restores the places (e.g., point) of such a file when you revisit it."
:type http-tar
:options ("xzf")
:load-path ("lisp")
:url "http://downloads.sourceforge.net/project/emacs-session/session/2.2a/session-2.2a.tar.gz"
:info "session management"
:autoloads nil
)