General cleanup & refactor
This commit is contained in:
parent
505d515dd8
commit
85bde34f84
4 changed files with 10 additions and 12 deletions
|
@ -9,9 +9,8 @@
|
|||
`(lambda () (interactive)
|
||||
(let ((default-directory ,path))
|
||||
(call-interactively
|
||||
',(if project-p
|
||||
(command-remapping 'projectile-find-file)
|
||||
(command-remapping 'find-file))))))
|
||||
',(command-remapping
|
||||
(if project-p 'projectile-find-file) 'find-file)))))
|
||||
|
||||
(map!
|
||||
[remap evil-jump-to-tag] 'projectile-find-tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue