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