Convert front matter for zola
1 file changed, 3 insertions(+), 3 deletions(-)
changed files
M post/opening-projects-with-projectile.md → post/opening-projects-with-projectile.md
@@ -1,9 +1,9 @@ +++ -Categories = ["Emacs"] -Description = "" -Tags = ["emacs", "lisp"] +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).