diff --git a/core/core-projects.el b/core/core-projects.el index 9e4d54638..c125bfa33 100644 --- a/core/core-projects.el +++ b/core/core-projects.el @@ -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")