Personal emacs config
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.

52 lines
1.8 KiB

  1. ;;; highlight-indentation-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "highlight-indentation" "highlight-indentation.el"
  7. ;;;;;; (0 0 0 0))
  8. ;;; Generated autoloads from highlight-indentation.el
  9. (autoload 'highlight-indentation-mode "highlight-indentation" "\
  10. Highlight indentation minor mode highlights indentation based on spaces
  11. If called interactively, enable Highlight-Indentation mode if ARG
  12. is positive, and disable it if ARG is zero or negative. If
  13. called from Lisp, also enable the mode if ARG is omitted or nil,
  14. and toggle it if ARG is `toggle'; disable the mode otherwise.
  15. \(fn &optional ARG)" t nil)
  16. (autoload 'highlight-indentation-set-offset "highlight-indentation" "\
  17. Set indentation offset localy in buffer, will prevent
  18. highlight-indentation from trying to guess indentation offset
  19. from major mode
  20. \(fn OFFSET)" t nil)
  21. (autoload 'highlight-indentation-current-column-mode "highlight-indentation" "\
  22. Hilight Indentation minor mode displays a vertical bar
  23. corresponding to the indentation of the current line
  24. If called interactively, enable
  25. Highlight-Indentation-Current-Column mode if ARG is positive, and
  26. disable it if ARG is zero or negative. If called from Lisp, also
  27. enable the mode if ARG is omitted or nil, and toggle it if ARG is
  28. `toggle'; disable the mode otherwise.
  29. \(fn &optional ARG)" t nil)
  30. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "highlight-indentation" '("highlight-indentation-")))
  31. ;;;***
  32. ;; Local Variables:
  33. ;; version-control: never
  34. ;; no-byte-compile: t
  35. ;; no-update-autoloads: t
  36. ;; coding: utf-8
  37. ;; End:
  38. ;;; highlight-indentation-autoloads.el ends here