1
0
Fork 0

fix(emacs): add new project roots for projectile

This commit is contained in:
Lucas Sta Maria 2025-09-18 17:50:11 -05:00
parent 1469538fed
commit 704332ecb4
Signed by: lucas
GPG key ID: F07FB16A826E3B47

View file

@ -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))