You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
;;; highlight-indentation-autoloads.el --- automatically extracted autoloads;;;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "highlight-indentation" "highlight-indentation.el";;;;;; (0 0 0 0));;; Generated autoloads from highlight-indentation.el
(autoload 'highlight-indentation-mode "highlight-indentation" "\
Highlight indentation minor mode highlights indentation based on spaces
If called interactively, enable Highlight-Indentation mode if ARGis positive, and disable it if ARG is zero or negative. Ifcalled from Lisp, also enable the mode if ARG is omitted or nil,and toggle it if ARG is `toggle'; disable the mode otherwise.
\(fn &optional ARG)" t nil)
(autoload 'highlight-indentation-set-offset "highlight-indentation" "\
Set indentation offset localy in buffer, will preventhighlight-indentation from trying to guess indentation offsetfrom major mode
\(fn OFFSET)" t nil)
(autoload 'highlight-indentation-current-column-mode "highlight-indentation" "\
Hilight Indentation minor mode displays a vertical barcorresponding to the indentation of the current line
If called interactively, enableHighlight-Indentation-Current-Column mode if ARG is positive, anddisable it if ARG is zero or negative. If called from Lisp, alsoenable the mode if ARG is omitted or nil, and toggle it if ARG is`toggle'; disable the mode otherwise.
\(fn &optional ARG)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "highlight-indentation" '("highlight-indentation-")))
;;;***;; Local Variables:;; version-control: never;; no-byte-compile: t;; no-update-autoloads: t;; coding: utf-8;; End:;;; highlight-indentation-autoloads.el ends here
|