mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
core-projects: remap find-tag bindings to projectile-find-tag
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user