about summary refs log tree commit diff stats
path: root/content/post/opening-projects-with-projectile.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/post/opening-projects-with-projectile.md')
-rw-r--r--content/post/opening-projects-with-projectile.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/content/post/opening-projects-with-projectile.md b/content/post/opening-projects-with-projectile.md index 8c6d2bc..b6a4e5b 100644 --- a/content/post/opening-projects-with-projectile.md +++ b/content/post/opening-projects-with-projectile.md
@@ -1,10 +1,11 @@
1--- 1+++
2Categories: ["Emacs"] 2description = ""
3Description: "" 3title = "Opening Projects with Projectile"
4Tags: ["emacs", "lisp"] 4date = 2014-07-12T09:12:34Z
5title: "Opening Projects with Projectile" 5[taxonomies]
6date: 2014-07-12T09:12:34Z 6categories = ["Emacs"]
7--- 7tags = ["emacs", "lisp"]
8+++
8 9
9I use [Projectile][] for working with projects in Emacs. It's really good at finding files in projects, working with source code indexes (I use [Global][]), and with its [perspective][] support, it's also great at separating projects into workspaces. However, I've always felt it lacking in actually opening projects. I tend to work on different projects all the time and `projectile-switch-project` only tracks projects once they've been opened initially (despite the name, it works across Emacs sessions). 10I use [Projectile][] for working with projects in Emacs. It's really good at finding files in projects, working with source code indexes (I use [Global][]), and with its [perspective][] support, it's also great at separating projects into workspaces. However, I've always felt it lacking in actually opening projects. I tend to work on different projects all the time and `projectile-switch-project` only tracks projects once they've been opened initially (despite the name, it works across Emacs sessions).
10 11