counsel-projectile: fix misplaced arg
This commit is contained in:
parent
fdd836816a
commit
c01f34d7f5
1 changed files with 2 additions and 2 deletions
|
|
@ -174,8 +174,8 @@ With a prefix ARG invokes `projectile-commander' instead of `projectile-switch-p
|
||||||
With a prefix ARG invalidates the cache first."
|
With a prefix ARG invalidates the cache first."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(if (projectile-project-p)
|
(if (projectile-project-p)
|
||||||
(counsel-projectile-find-file)
|
(counsel-projectile-find-file arg)
|
||||||
(counsel-projectile-switch-project arg)))
|
(counsel-projectile-switch-project)))
|
||||||
|
|
||||||
;;; key bindings
|
;;; key bindings
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue