about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/elpa/intero-20180703.18/intero-autoloads.el
blob: 48e30f989d1fbf16c2c0b98d2b65753144608ecb (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
;;; intero-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))

;;;### (autoloads nil "intero" "intero.el" (23377 61617 969126 355000))
;;; Generated autoloads from intero.el

(autoload 'intero-mode "intero" "\
Minor mode for Intero.

\\{intero-mode-map}

\(fn &optional ARG)" t nil)

(autoload 'intero-mode-whitelist "intero" "\
Run intero-mode when the current project is in `intero-whitelist'.

\(fn)" t nil)

(autoload 'intero-mode-blacklist "intero" "\
Run intero-mode unless the current project is in `intero-blacklist'.

\(fn)" t nil)

(defvar intero-global-mode nil "\
Non-nil if Intero-Global mode is enabled.
See the `intero-global-mode' command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `intero-global-mode'.")

(custom-autoload 'intero-global-mode "intero" nil)

(autoload 'intero-global-mode "intero" "\
Toggle Intero mode in all buffers.
With prefix ARG, enable Intero-Global mode if ARG is positive;
otherwise, disable it.  If called from Lisp, enable the mode if
ARG is omitted or nil.

Intero mode is enabled in all buffers where
`intero-mode-maybe' would do it.
See `intero-mode' for more information on Intero mode.

\(fn &optional ARG)" t nil)

(autoload 'intero-highlight-uses-mode "intero" "\
Minor mode for highlighting and jumping between uses.

\(fn &optional ARG)" t nil)

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