Minor, general refactors
This commit is contained in:
parent
442bd7cfb9
commit
54d1c0dd56
8 changed files with 22 additions and 17 deletions
|
@ -18,6 +18,10 @@
|
|||
(add-hook 'find-file-hook #'doom|init-project-mode)
|
||||
(projectile-mode +1)
|
||||
|
||||
(define-key!
|
||||
[remap evil-jump-to-tag] #'projectile-find-tag
|
||||
[remap find-tag] #'projectile-find-tag)
|
||||
|
||||
;; a more generic project root file
|
||||
(push ".project" projectile-project-root-files-bottom-up)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue