aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-07-16 20:50:10 -0700
committerGravatar Tom Willemse2018-07-16 20:50:10 -0700
commitcb9fb07a4656a84f913b85f4be60b1b0be6b5b0d (patch)
tree63afe551bbf51c8bc08d302aa391b8b7cac56186 /emacs
parent082419878340c77124d3116b31570a71fb4db40a (diff)
downloadnew-dotfiles-cb9fb07a4656a84f913b85f4be60b1b0be6b5b0d.tar.gz
new-dotfiles-cb9fb07a4656a84f913b85f4be60b1b0be6b5b0d.zip
Add fabfile.py as projectile project file
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
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