Browse Source

some projectile customization

pull/1/head
Brett Langdon 13 years ago
parent
commit
42c6c4d013
2 changed files with 3 additions and 0 deletions
  1. +1
    -0
      emacs
  2. +2
    -0
      gitignore_global

+ 1
- 0
emacs View File

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


+ 2
- 0
gitignore_global View File

@ -3,3 +3,5 @@
*#*#
.ropeproject
*_flymake*
*.venv
*.projectile

Loading…
Cancel
Save