all repos — website @ 09ba3629a0683862ead6a6d28e99e8ffa0fe432f

My website

Revert "Use more compatible front-matter marker" This reverts commit 8d6342a1aea32d6cde8fb8ac9b9232d421d778c0.

Alan Pearce
commit

09ba3629a0683862ead6a6d28e99e8ffa0fe432f

parent

7f1eac6f3927fe3b20d558086ad692a72ab1d81c

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M content/post/opening-projects-with-projectile.mdcontent/post/opening-projects-with-projectile.md
@@ -1,10 +1,10 @@
---- ++++ description = "" title = "Opening Projects with Projectile" date = 2014-07-12T09:12:34Z [taxonomies] tags = ["emacs", "lisp"] ---- ++++ I 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).