59 lines
2.0 KiB
EmacsLisp
59 lines
2.0 KiB
EmacsLisp
;;; smart-mode-line-autoloads.el --- automatically extracted autoloads
|
||
;;
|
||
;;; Code:
|
||
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
||
|
||
;;;### (autoloads nil "smart-mode-line" "smart-mode-line.el" (22498
|
||
;;;;;; 28595 835364 436000))
|
||
;;; Generated autoloads from smart-mode-line.el
|
||
|
||
(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"))))))
|
||
|
||
(autoload 'sml/setup "smart-mode-line" "\
|
||
Setup the mode-line to be smart and sexy.
|
||
|
||
ARG is ignored. Just call this function in your init file, and
|
||
the mode-line will be setup.
|
||
|
||
\(fn &optional ARG)" t nil)
|
||
|
||
(defalias 'smart-mode-line-enable #'sml/setup)
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "smart-mode-line-dark-theme" "smart-mode-line-dark-theme.el"
|
||
;;;;;; (22498 28595 843364 438000))
|
||
;;; Generated autoloads from smart-mode-line-dark-theme.el
|
||
|
||
(when load-file-name (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "smart-mode-line-light-theme" "smart-mode-line-light-theme.el"
|
||
;;;;;; (22498 28595 831364 434000))
|
||
;;; Generated autoloads from smart-mode-line-light-theme.el
|
||
|
||
(when load-file-name (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil "smart-mode-line-respectful-theme" "smart-mode-line-respectful-theme.el"
|
||
;;;;;; (22498 28595 827364 432000))
|
||
;;; Generated autoloads from smart-mode-line-respectful-theme.el
|
||
|
||
(when load-file-name (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))
|
||
|
||
;;;***
|
||
|
||
;;;### (autoloads nil nil ("smart-mode-line-pkg.el") (22498 28595
|
||
;;;;;; 858409 67000))
|
||
|
||
;;;***
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; End:
|
||
;;; smart-mode-line-autoloads.el ends here
|