Klimi's new dotfiles with stow.
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.

101 lines
2.9 KiB

4 years ago
  1. ;;; powerline-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 "powerline" "powerline.el" (0 0 0 0))
  7. ;;; Generated autoloads from powerline.el
  8. (autoload 'powerline-hud "powerline" "\
  9. Return an XPM of relative buffer location using FACE1 and FACE2 of optional WIDTH.
  10. \(fn FACE1 FACE2 &optional WIDTH)" nil nil)
  11. (autoload 'powerline-mouse "powerline" "\
  12. Return mouse handler for CLICK-GROUP given CLICK-TYPE and STRING.
  13. \(fn CLICK-GROUP CLICK-TYPE STRING)" nil nil)
  14. (autoload 'powerline-concat "powerline" "\
  15. Concatonate STRINGS and pad sides by spaces.
  16. \(fn &rest STRINGS)" nil nil)
  17. (autoload 'defpowerline "powerline" "\
  18. Create function NAME by wrapping BODY with powerline padding an propetization.
  19. \(fn NAME BODY)" nil t)
  20. (autoload 'powerline-raw "powerline" "\
  21. Render STR as mode-line data using FACE and optionally PAD import on left (l) or right (r).
  22. \(fn STR &optional FACE PAD)" nil nil)
  23. (autoload 'powerline-fill "powerline" "\
  24. Return empty space using FACE and leaving RESERVE space on the right.
  25. \(fn FACE RESERVE)" nil nil)
  26. (autoload 'powerline-major-mode "powerline")
  27. (autoload 'powerline-minor-modes "powerline")
  28. (autoload 'powerline-narrow "powerline")
  29. (autoload 'powerline-vc "powerline")
  30. (autoload 'powerline-encoding "powerline")
  31. (autoload 'powerline-buffer-size "powerline")
  32. (autoload 'powerline-buffer-id "powerline")
  33. (autoload 'powerline-process "powerline")
  34. (autoload 'powerline-selected-window-active "powerline")
  35. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "powerline" '("pl/" "powerline-")))
  36. ;;;***
  37. ;;;### (autoloads nil "powerline-separators" "powerline-separators.el"
  38. ;;;;;; (0 0 0 0))
  39. ;;; Generated autoloads from powerline-separators.el
  40. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "powerline-separators" '("powerline-image-apple-rgb" "pl/")))
  41. ;;;***
  42. ;;;### (autoloads nil "powerline-themes" "powerline-themes.el" (0
  43. ;;;;;; 0 0 0))
  44. ;;; Generated autoloads from powerline-themes.el
  45. (autoload 'powerline-default-theme "powerline-themes" "\
  46. Setup the default mode-line.
  47. \(fn)" t nil)
  48. (autoload 'powerline-center-theme "powerline-themes" "\
  49. Setup a mode-line with major and minor modes centered.
  50. \(fn)" t nil)
  51. (autoload 'powerline-vim-theme "powerline-themes" "\
  52. Setup a Vim-like mode-line.
  53. \(fn)" t nil)
  54. (autoload 'powerline-nano-theme "powerline-themes" "\
  55. Setup a nano-like mode-line.
  56. \(fn)" t nil)
  57. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "powerline-themes" '("powerline-")))
  58. ;;;***
  59. ;;;### (autoloads nil nil ("powerline-pkg.el") (0 0 0 0))
  60. ;;;***
  61. ;; Local Variables:
  62. ;; version-control: never
  63. ;; no-byte-compile: t
  64. ;; no-update-autoloads: t
  65. ;; coding: utf-8
  66. ;; End:
  67. ;;; powerline-autoloads.el ends here