diff --git a/emacs b/emacs index 60c5c02..85a59c7 100644 --- a/emacs +++ b/emacs @@ -42,6 +42,7 @@ (setq projectile-completion-system 'grizzl) (setq projectile-use-native-indexing t) (setq projectile-enable-caching t) +(projectile-global-mode) (elpy-enable) diff --git a/gitignore_global b/gitignore_global index 7be210a..ddf7e2f 100644 --- a/gitignore_global +++ b/gitignore_global @@ -3,3 +3,5 @@ *#*# .ropeproject *_flymake* +*.venv +*.projectile