Avoid general in core
Future proofing against changes in load order.
This commit is contained in:
parent
c3a9828fa3
commit
df26502f01
1 changed files with 2 additions and 3 deletions
|
@ -18,9 +18,8 @@
|
||||||
(add-hook 'find-file-hook #'doom|init-project-mode)
|
(add-hook 'find-file-hook #'doom|init-project-mode)
|
||||||
(projectile-mode +1)
|
(projectile-mode +1)
|
||||||
|
|
||||||
(define-key!
|
(global-set-key [remap evil-jump-to-tag] #'projectile-find-tag)
|
||||||
[remap evil-jump-to-tag] #'projectile-find-tag
|
(global-set-key [remap find-tag] #'projectile-find-tag)
|
||||||
[remap find-tag] #'projectile-find-tag)
|
|
||||||
|
|
||||||
;; a more generic project root file
|
;; a more generic project root file
|
||||||
(push ".project" projectile-project-root-files-bottom-up)
|
(push ".project" projectile-project-root-files-bottom-up)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue