Klimi's new dotfiles with stow.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

41 linhas
1.2 KiB

há 4 anos
  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. \(fn &optional ARG)" t nil)
  12. (autoload 'highlight-indentation-set-offset "highlight-indentation" "\
  13. Set indentation offset localy in buffer, will prevent
  14. highlight-indentation from trying to guess indentation offset
  15. from major mode
  16. \(fn OFFSET)" t nil)
  17. (autoload 'highlight-indentation-current-column-mode "highlight-indentation" "\
  18. Hilight Indentation minor mode displays a vertical bar
  19. corresponding to the indentation of the current line
  20. \(fn &optional ARG)" t nil)
  21. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "highlight-indentation" '("highlight-indentation-")))
  22. ;;;***
  23. ;; Local Variables:
  24. ;; version-control: never
  25. ;; no-byte-compile: t
  26. ;; no-update-autoloads: t
  27. ;; coding: utf-8
  28. ;; End:
  29. ;;; highlight-indentation-autoloads.el ends here