diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 7ac74f9..4503849 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -230,6 +230,7 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified" (setq projectile-completion-system 'ivy) (add-to-list 'projectile-project-root-files "yarn.lock") +(add-to-list 'projectile-project-root-files "fabfile.py") (with-eval-after-load 'server (diminish 'server-buffer-clients