fixed a potential Helm problem

This commit is contained in:
Bozhidar Batsov 2012-04-10 18:08:34 +03:00
parent e9bace9d07
commit b8c5cfa975

View file

@ -212,6 +212,9 @@
;; projectile is a project management mode ;; projectile is a project management mode
(require 'projectile) (require 'projectile)
(projectile-global-mode t) (projectile-global-mode t)
;; FIXME - helm sources
(require 'helm-locate)
(require 'helm-buffers)
(require 'helm-projectile) (require 'helm-projectile)
(defun helm-prelude () (defun helm-prelude ()
@ -226,10 +229,7 @@
helm-c-source-buffer-not-found) helm-c-source-buffer-not-found)
"*helm prelude*") "*helm prelude*")
;; otherwise fallback to helm-mini ;; otherwise fallback to helm-mini
(helm-other-buffer '(helm-c-source-buffers-list (helm-mini)))
helm-c-source-recentf
helm-c-source-buffer-not-found)
"*helm mini*")))
;; dired - reuse current buffer by pressing 'a' ;; dired - reuse current buffer by pressing 'a'