fix(emacs): add new project roots for projectile
This commit is contained in:
parent
1469538fed
commit
704332ecb4
1 changed files with 5 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue