25 lines
764 B
EmacsLisp
25 lines
764 B
EmacsLisp
|
;;; helm-spotify-autoloads.el --- automatically extracted autoloads
|
|||
|
;;
|
|||
|
;;; Code:
|
|||
|
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
|||
|
|
|||
|
;;;### (autoloads nil "helm-spotify" "helm-spotify.el" (22490 28015
|
|||
|
;;;;;; 820716 223000))
|
|||
|
;;; Generated autoloads from helm-spotify.el
|
|||
|
|
|||
|
(defvar helm-source-spotify-track-search '((name . "Spotify") (volatile) (delayed) (multiline) (requires-pattern . 2) (candidates-process . helm-spotify-search) (action-transformer . helm-spotify-actions-for-track)))
|
|||
|
|
|||
|
(autoload 'helm-spotify "helm-spotify" "\
|
|||
|
Bring up a Spotify search interface in helm.
|
|||
|
|
|||
|
\(fn)" t nil)
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;; Local Variables:
|
|||
|
;; version-control: never
|
|||
|
;; no-byte-compile: t
|
|||
|
;; no-update-autoloads: t
|
|||
|
;; End:
|
|||
|
;;; helm-spotify-autoloads.el ends here
|