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

@ -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")

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