Browse Source

explicitly load projectile and dont use native indexing

pull/1/head
Brett Langdon 13 years ago
parent
commit
d6e0230d39
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      emacs

+ 2
- 2
emacs View File

@ -1,6 +1,7 @@
; load all the other good things
(add-to-list 'load-path "~/.emacs.d")
(add-to-list 'load-path "~/.emacs.d/powerline-2.2")
(add-to-list 'load-path "~/.emacs.d/elpa/projectile-0.9.2")
;disable backup
(setq backup-inhibited t)
@ -41,9 +42,8 @@
(require 'projectile)
(setq projectile-completion-system 'grizzl)
(setq projectile-use-native-indexing t)
(setq projectile-enable-caching t)
(projectile-global-mode)
(projectile-global-mode t)
(elpy-enable)


Loading…
Cancel
Save