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.

69 lines
2.5 KiB

  1. ;;; smart-mode-line-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 "smart-mode-line" "smart-mode-line.el" (0 0
  7. ;;;;;; 0 0))
  8. ;;; Generated autoloads from smart-mode-line.el
  9. (when load-file-name (let ((dir (file-name-as-directory (file-name-directory load-file-name)))) (add-to-list 'custom-theme-load-path dir) (when (file-directory-p (file-name-as-directory (concat dir "themes"))) (add-to-list 'custom-theme-load-path (file-name-as-directory (concat dir "themes"))))))
  10. (autoload 'sml/setup "smart-mode-line" "\
  11. Setup the mode-line to be smart and sexy.
  12. ARG is ignored. Just call this function in your init file, and
  13. the mode-line will be setup.
  14. \(fn &optional ARG)" t nil)
  15. (defalias 'smart-mode-line-enable #'sml/setup)
  16. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "smart-mode-line" '("sml/")))
  17. ;;;***
  18. ;;;### (autoloads nil "smart-mode-line-dark-theme" "smart-mode-line-dark-theme.el"
  19. ;;;;;; (0 0 0 0))
  20. ;;; Generated autoloads from smart-mode-line-dark-theme.el
  21. (when load-file-name (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))
  22. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "smart-mode-line-dark-theme" '("smart-mode-line-dark")))
  23. ;;;***
  24. ;;;### (autoloads nil "smart-mode-line-light-theme" "smart-mode-line-light-theme.el"
  25. ;;;;;; (0 0 0 0))
  26. ;;; Generated autoloads from smart-mode-line-light-theme.el
  27. (when load-file-name (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))
  28. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "smart-mode-line-light-theme" '("smart-mode-line-light")))
  29. ;;;***
  30. ;;;### (autoloads nil "smart-mode-line-respectful-theme" "smart-mode-line-respectful-theme.el"
  31. ;;;;;; (0 0 0 0))
  32. ;;; Generated autoloads from smart-mode-line-respectful-theme.el
  33. (when load-file-name (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))
  34. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "smart-mode-line-respectful-theme" '("smart-mode-line-respectful")))
  35. ;;;***
  36. ;;;### (autoloads nil nil ("smart-mode-line-pkg.el") (0 0 0 0))
  37. ;;;***
  38. ;; Local Variables:
  39. ;; version-control: never
  40. ;; no-byte-compile: t
  41. ;; no-update-autoloads: t
  42. ;; coding: utf-8
  43. ;; End:
  44. ;;; smart-mode-line-autoloads.el ends here