1
0
Fork 0

Update dot_doom.d/config.el

This commit is contained in:
Florian 2022-04-28 20:53:20 +02:00
parent 9714f644a1
commit 7bb1eeb272

View file

@ -92,7 +92,11 @@
(add-to-list 'projectile-project-root-files-bottom-up "pubspec.yaml")
(add-to-list 'projectile-project-root-files-bottom-up "BUILD"))
(centaur-tabs-group-by-projectile-project) ; Fix not work with latest version and projectile
;; Fix not work with latest version and projectile
(use-package! centaur-tabs
:init
:config
(centaur-tabs-group-by-projectile-project))
(use-package! lsp-mode
:init