Browse Source

synced with the latest projectile version

custom
Bozhidar Batsov 13 years ago
parent
commit
bf3c8ce11d
  1. 2
      prelude/prelude-editor.el

2
prelude/prelude-editor.el

@ -209,7 +209,7 @@
(defun helm-prelude () (defun helm-prelude ()
"Preconfigured `helm'." "Preconfigured `helm'."
(interactive) (interactive)
(if (projectile-get-project-root)
(if (projectile-project-root)
;; add project files and buffers when in project ;; add project files and buffers when in project
(helm-other-buffer '(helm-c-source-projectile-files-list (helm-other-buffer '(helm-c-source-projectile-files-list
helm-c-source-projectile-buffers-list helm-c-source-projectile-buffers-list

Loading…
Cancel
Save