Skip to content

Commit

Permalink
Remove pet-find-file-from-project-root-recursively
Browse files Browse the repository at this point in the history
Used in pet-find-file-functions and use project.el to list all files,
but this have performance issue when in tramp mode.
  • Loading branch information
chuxubank committed Apr 23, 2024
1 parent 2bd4f28 commit 34b82c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cats/+python.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
(use-package pet
:delight " 󰌠"
:ensure-system-package (dasel)
:hook (python-base-mode . pet-mode))
:hook (python-base-mode . pet-mode)
:custom
(pet-find-file-functions '(pet-find-file-from-project-root
pet-locate-dominating-file)))

(use-package poetry
:hook (python-base-mode . poetry-tracking-mode)
Expand Down

0 comments on commit 34b82c7

Please sign in to comment.