diff --git a/.emacs.d/include/priime-convenience.el b/.emacs.d/include/priime-convenience.el index 5e69023..0443c7d 100644 --- a/.emacs.d/include/priime-convenience.el +++ b/.emacs.d/include/priime-convenience.el @@ -74,7 +74,11 @@ :bind (("C-c p" . projectile-command-map)) :init - (add-hook 'after-init-hook 'projectile-global-mode)) + (add-hook 'after-init-hook 'projectile-global-mode) + :config + (setq projectile-project-root-files-bottom-up + (append '("pyproject.toml" "package.json") + projectile-project-root-files-bottom-up))) (use-package bufler :straight t :bind (("C-x C-b" . bufler-list) ("C-x b" . bufler-switch-buffer))