You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/desktop+/files/50desktop+-gentoo.el

10 lines
458 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'desktop+-create "desktop+"
"Create a new session, identified by a name." t)
(autoload 'desktop+-load "desktop+"
"Load a session previously created using `desktop+-create'." t)
(autoload 'desktop+-create-auto "desktop+"
"Create a new session, identified by the current working directory." t)
(autoload 'desktop+-load-auto "desktop+"
"Load a session previously created using `desktop+-create-auto'." t)