core-projects: move find-tag bindings to private module

This commit is contained in:
Henrik Lissner 2017-03-16 14:29:23 -04:00
parent 60118ea718
commit 2f4c3c977e
2 changed files with 4 additions and 3 deletions

View file

@ -13,6 +13,10 @@
(command-remapping 'projectile-find-file)
(command-remapping 'find-file))))))
(map!
[remap evil-jump-to-tag] 'projectile-find-tag
[remap find-tag] 'projectile-find-tag)
(map!
;; Essential
"M-x" 'execute-extended-command