1 ;;; highlight-indentation-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
5 (add-to-list 'load-path (directory-file-name
6 (or (file-name-directory #$) (car load-path))))
9 ;;;### (autoloads nil "highlight-indentation" "highlight-indentation.el"
11 ;;; Generated autoloads from highlight-indentation.el
13 (autoload 'highlight-indentation-mode "highlight-indentation" "\
14 Highlight indentation minor mode highlights indentation based on spaces
16 This is a minor mode. If called interactively, toggle the
17 `Highlight-Indentation mode' mode. If the prefix argument is
18 positive, enable the mode, and if it is zero or negative, disable
21 If called from Lisp, toggle the mode if ARG is `toggle'. Enable
22 the mode if ARG is nil, omitted, or is a positive number.
23 Disable the mode if ARG is a negative number.
25 To check whether the minor mode is enabled in the current buffer,
26 evaluate `highlight-indentation-mode'.
28 The mode's hook is called both when the mode is enabled and when
31 \(fn &optional ARG)" t nil)
33 (autoload 'highlight-indentation-set-offset "highlight-indentation" "\
34 Set indentation offset locally in buffer, will prevent
35 highlight-indentation from trying to guess indentation offset
40 (autoload 'highlight-indentation-current-column-mode "highlight-indentation" "\
41 Highlight Indentation minor mode displays a vertical bar
42 corresponding to the indentation of the current line
44 This is a minor mode. If called interactively, toggle the
45 `Highlight-Indentation-Current-Column mode' mode. If the prefix
46 argument is positive, enable the mode, and if it is zero or
47 negative, disable the mode.
49 If called from Lisp, toggle the mode if ARG is `toggle'. Enable
50 the mode if ARG is nil, omitted, or is a positive number.
51 Disable the mode if ARG is a negative number.
53 To check whether the minor mode is enabled in the current buffer,
54 evaluate `highlight-indentation-current-column-mode'.
56 The mode's hook is called both when the mode is enabled and when
59 \(fn &optional ARG)" t nil)
61 (register-definition-prefixes "highlight-indentation" '("highlight-indentation-"))
65 ;;;### (autoloads nil nil ("highlight-indentation-pkg.el") (0 0 0
71 ;; version-control: never
73 ;; no-update-autoloads: t
76 ;;; highlight-indentation-autoloads.el ends here