Use helm-projectile directly (fixes #352)

This commit is contained in:
Bozhidar Batsov 2013-07-11 11:23:15 +03:00
parent d4ba498d18
commit daabb1e373

View file

@ -289,13 +289,7 @@ Will only occur if prelude-whitespace is also enabled."
(interactive) (interactive)
(condition-case nil (condition-case nil
(if (projectile-project-root) (if (projectile-project-root)
;; add project files and buffers when in project (helm-projectile)
(helm-other-buffer '(helm-c-source-projectile-files-list
helm-c-source-projectile-buffers-list
helm-c-source-buffers-list
helm-c-source-recentf
helm-c-source-buffer-not-found)
"*helm prelude*")
;; otherwise fallback to helm-mini ;; otherwise fallback to helm-mini
(helm-mini)) (helm-mini))
;; fall back to helm mini if an error occurs (usually in projectile-project-root) ;; fall back to helm mini if an error occurs (usually in projectile-project-root)