core-projects: move find-tag bindings to private module
This commit is contained in:
parent
60118ea718
commit
2f4c3c977e
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue