Browse Source

dont use grizzl

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

+ 2
- 1
emacs View File

@ -50,7 +50,8 @@
(add-hook 'js-mode-hook 'flymake-mode)
(require 'projectile)
(setq projectile-completion-system 'grizzl)
;(setq projectile-completion-system 'grizzl)
(setq projectile-completion-system 'ido)
(setq projectile-enable-caching t)
(projectile-global-mode t)


Loading…
Cancel
Save