Clean up
This commit is contained in:
parent
d2f483ea92
commit
099e6a9b52
1 changed files with 0 additions and 2 deletions
|
@ -7,9 +7,7 @@
|
||||||
`(lambda () (interactive)
|
`(lambda () (interactive)
|
||||||
(let ((default-directory ,path))
|
(let ((default-directory ,path))
|
||||||
(,@(if project-p
|
(,@(if project-p
|
||||||
;; '(helm-projectile-find-file)
|
|
||||||
'(counsel-projectile-find-file)
|
'(counsel-projectile-find-file)
|
||||||
;; '(call-interactively 'helm-find-files)
|
|
||||||
'(call-interactively 'counsel-find-file)
|
'(call-interactively 'counsel-find-file)
|
||||||
)))))
|
)))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue