Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add circle config for validating my changes on fresh machines #1

Merged
merged 12 commits into from
Sep 26, 2018
Prev Previous commit
Next Next commit
Disable projectile project search path
  • Loading branch information
creichert committed Sep 26, 2018
commit 53e6a86b4569642ccd33680d3b6190c6156f7ffb
2 changes: 1 addition & 1 deletion emacs/.emacs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
(setq projectile-enable-caching t
projectile-indexing-method 'alien
projectile-use-git-grep 't
projectile-project-search-path '("~/dev")
;;projectile-project-search-path '("~/dev")
projectile-globally-ignored-directories '("~/.stack/snapshots")
projectile-tags-command "make tags")

Expand Down