]> crepu.dev Git - config.git/blame - djavu-asus/elpa/highlight-indentation-20210221.1418/highlight-indentation-autoloads.el
Configuracion en desarrollo PC pega
[config.git] / djavu-asus / elpa / highlight-indentation-20210221.1418 / highlight-indentation-autoloads.el
CommitLineData
53e6db90
DC
1;;; highlight-indentation-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
2;;
3;;; Code:
4
5(add-to-list 'load-path (directory-file-name
6 (or (file-name-directory #$) (car load-path))))
7
8\f
9;;;### (autoloads nil "highlight-indentation" "highlight-indentation.el"
10;;;;;; (0 0 0 0))
11;;; Generated autoloads from highlight-indentation.el
12
13(autoload 'highlight-indentation-mode "highlight-indentation" "\
14Highlight indentation minor mode highlights indentation based on spaces
15
16This is a minor mode. If called interactively, toggle the
17`Highlight-Indentation mode' mode. If the prefix argument is
18positive, enable the mode, and if it is zero or negative, disable
19the mode.
20
21If called from Lisp, toggle the mode if ARG is `toggle'. Enable
22the mode if ARG is nil, omitted, or is a positive number.
23Disable the mode if ARG is a negative number.
24
25To check whether the minor mode is enabled in the current buffer,
26evaluate `highlight-indentation-mode'.
27
28The mode's hook is called both when the mode is enabled and when
29it is disabled.
30
31\(fn &optional ARG)" t nil)
32
33(autoload 'highlight-indentation-set-offset "highlight-indentation" "\
34Set indentation offset locally in buffer, will prevent
35highlight-indentation from trying to guess indentation offset
36from major mode
37
38\(fn OFFSET)" t nil)
39
40(autoload 'highlight-indentation-current-column-mode "highlight-indentation" "\
41Highlight Indentation minor mode displays a vertical bar
42corresponding to the indentation of the current line
43
44This is a minor mode. If called interactively, toggle the
45`Highlight-Indentation-Current-Column mode' mode. If the prefix
46argument is positive, enable the mode, and if it is zero or
47negative, disable the mode.
48
49If called from Lisp, toggle the mode if ARG is `toggle'. Enable
50the mode if ARG is nil, omitted, or is a positive number.
51Disable the mode if ARG is a negative number.
52
53To check whether the minor mode is enabled in the current buffer,
54evaluate `highlight-indentation-current-column-mode'.
55
56The mode's hook is called both when the mode is enabled and when
57it is disabled.
58
59\(fn &optional ARG)" t nil)
60
61(register-definition-prefixes "highlight-indentation" '("highlight-indentation-"))
62
63;;;***
64\f
65;;;### (autoloads nil nil ("highlight-indentation-pkg.el") (0 0 0
66;;;;;; 0))
67
68;;;***
69\f
70;; Local Variables:
71;; version-control: never
72;; no-byte-compile: t
73;; no-update-autoloads: t
74;; coding: utf-8
75;; End:
76;;; highlight-indentation-autoloads.el ends here