summaryrefslogtreecommitdiff
path: root/app-emacs/desktop+/files/50desktop+-gentoo.el
blob: 49a731f077e18f30b80e5220490e2d8a1ee85155 (plain)
1
2
3
4
5
6
7
8
9
(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)