mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
core-projects: move find-tag bindings to private module
This commit is contained in:
@ -24,9 +24,6 @@ state are passed in.")
|
|||||||
|
|
||||||
:config
|
:config
|
||||||
(projectile-mode +1)
|
(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
|
(setq projectile-other-file-alist
|
||||||
(append '(("less" "css")
|
(append '(("less" "css")
|
||||||
|
@ -13,6 +13,10 @@
|
|||||||
(command-remapping 'projectile-find-file)
|
(command-remapping 'projectile-find-file)
|
||||||
(command-remapping 'find-file))))))
|
(command-remapping 'find-file))))))
|
||||||
|
|
||||||
|
(map!
|
||||||
|
[remap evil-jump-to-tag] 'projectile-find-tag
|
||||||
|
[remap find-tag] 'projectile-find-tag)
|
||||||
|
|
||||||
(map!
|
(map!
|
||||||
;; Essential
|
;; Essential
|
||||||
"M-x" 'execute-extended-command
|
"M-x" 'execute-extended-command
|
||||||
|
Reference in New Issue
Block a user