about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/elpa/sesman-20180719.213/sesman-autoloads.el
blob: fccb79b17309e39f17ace3ddcd2f1d61c51f0626 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
;;; sesman-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))

;;;### (autoloads nil "sesman" "sesman.el" (23377 61661 977956 44000))
;;; Generated autoloads from sesman.el

(autoload 'sesman-start "sesman" "\
Start sesman session.

\(fn)" t nil)

(autoload 'sesman-restart "sesman" "\
Restart sesman session.

\(fn)" t nil)

(autoload 'sesman-quit "sesman" "\
Terminate sesman session.
When WHICH is nil, kill only the current session; when a single universal
argument or 'linked, kill all linked session; when a double universal argument,
t or 'all, kill all sessions.

\(fn WHICH)" t nil)

(autoload 'sesman-show-session-info "sesman" "\
Display session(s) info.
When WHICH is nil, show info for current session; when a single universal
argument or 'linked, show info for all linked sessions; when a double universal
argument or 'all, show info for all sessions.

\(fn WHICH)" t nil)

(autoload 'sesman-show-links "sesman" "\
Display links active in the current context.

\(fn)" t nil)

(autoload 'sesman-link-with-buffer "sesman" "\
Associate a session with current buffer.

\(fn)" t nil)

(autoload 'sesman-link-with-directory "sesman" "\
Associate a session with current directory.

\(fn)" t nil)

(autoload 'sesman-link-with-project "sesman" "\
Associate a session with current project.

\(fn)" t nil)

(autoload 'sesman-unlink "sesman" "\
Break any of the previously created links.

\(fn)" t nil)

;;;***

;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; sesman-autoloads.el ends here