summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-files.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2018-05-23 02:30:08 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2018-05-23 02:30:08 (GMT)
commitc7d7271e3f01eb7c7095ff81addd47796ac9d849 (patch)
tree85c151c10dd17cc987dc91192db5bd8bf41e6946 /lisp/ravi-init-files.el
parent2a3af48bf2adc11cab12f0d42f5e5a0a49d976ae (diff)
downloaddotemacs-c7d7271e3f01eb7c7095ff81addd47796ac9d849.zip
dotemacs-c7d7271e3f01eb7c7095ff81addd47796ac9d849.tar.gz
dotemacs-c7d7271e3f01eb7c7095ff81addd47796ac9d849.tar.bz2
More cquery optimizations
Diffstat (limited to 'lisp/ravi-init-files.el')
-rw-r--r--lisp/ravi-init-files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ravi-init-files.el b/lisp/ravi-init-files.el
index e3800e2..db54707 100644
--- a/lisp/ravi-init-files.el
+++ b/lisp/ravi-init-files.el
@@ -143,6 +143,7 @@ not exist, it is not added to the filecache."
:config
(progn
(projectile-global-mode)
+ (add-to-list 'projectile-globally-ignored-directories ".cquery_cached_index")
(bind-key "C-<f2>" 'projectile-find-file-dwim)
(if (and (boundp 'ravi/use-helm-instead-of-ido) ravi/use-helm-instead-of-ido)