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
|
@ -24,9 +24,6 @@ state are passed in.")
|
|||
:config
|
||||
(projectile-mode +1)
|
||||
|
||||
(global-set-key [remap evil-jump-to-tag] 'projectile-find-tag)
|
||||
(global-set-key [remap find-tag] 'projectile-find-tag)
|
||||
|
||||
(setq projectile-other-file-alist
|
||||
(append '(("less" "css")
|
||||
("styl" "css")
|
||||
|
|
|
@ -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