General cleanup & refactor

This commit is contained in:
Henrik Lissner 2017-05-04 10:42:30 +02:00
parent 505d515dd8
commit 85bde34f84
4 changed files with 10 additions and 12 deletions

View file

@ -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