core-projects: remap find-tag bindings to projectile-find-tag
This commit is contained in:
parent
9a40ca4916
commit
6ff007e70d
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ 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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue