mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Clean up
This commit is contained in:
@ -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)
|
||||||
)))))
|
)))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user