Add fabfile.py as projectile project file

This commit is contained in:
Tom Willemse 2018-07-16 20:50:10 -07:00
parent 0824198783
commit cb9fb07a46

View file

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