This commit is contained in:
Henrik Lissner 2016-10-04 23:41:55 +02:00
parent d2f483ea92
commit 099e6a9b52

View file

@ -7,9 +7,7 @@
`(lambda () (interactive)
(let ((default-directory ,path))
(,@(if project-p
;; '(helm-projectile-find-file)
'(counsel-projectile-find-file)
;; '(call-interactively 'helm-find-files)
'(call-interactively 'counsel-find-file)
)))))