fixed a potential Helm problem
This commit is contained in:
parent
e9bace9d07
commit
b8c5cfa975
1 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue