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