Add fabfile.py as projectile project file
This commit is contained in:
parent
0824198783
commit
cb9fb07a46
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
|
||||||
(setq projectile-completion-system 'ivy)
|
(setq projectile-completion-system 'ivy)
|
||||||
|
|
||||||
(add-to-list 'projectile-project-root-files "yarn.lock")
|
(add-to-list 'projectile-project-root-files "yarn.lock")
|
||||||
|
(add-to-list 'projectile-project-root-files "fabfile.py")
|
||||||
|
|
||||||
(with-eval-after-load 'server
|
(with-eval-after-load 'server
|
||||||
(diminish 'server-buffer-clients
|
(diminish 'server-buffer-clients
|
||||||
|
|
Loading…
Reference in a new issue