diff options
author | Alan Pearce | 2020-11-14 21:19:20 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-14 21:52:50 +0100 |
commit | 7b8e1090ccfc4dee2be6ebb3631e2b3f5d90183a (patch) | |
tree | 90ddfac26b050f0855c91a1f543cd8e255ddea5a /post/opening-projects-with-projectile.md | |
parent | afe1f53c564a2a7b3df3429ba1f3e22d83bef3ae (diff) | |
download | website-7b8e1090ccfc4dee2be6ebb3631e2b3f5d90183a.tar.lz website-7b8e1090ccfc4dee2be6ebb3631e2b3f5d90183a.tar.zst website-7b8e1090ccfc4dee2be6ebb3631e2b3f5d90183a.zip |
Convert front matter for zola
Diffstat (limited to 'post/opening-projects-with-projectile.md')
-rw-r--r-- | post/opening-projects-with-projectile.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/post/opening-projects-with-projectile.md b/post/opening-projects-with-projectile.md index 8c6d2bc..b6a4e5b 100644 --- a/post/opening-projects-with-projectile.md +++ b/post/opening-projects-with-projectile.md @@ -1,10 +1,11 @@ ---- -Categories: ["Emacs"] -Description: "" -Tags: ["emacs", "lisp"] -title: "Opening Projects with Projectile" -date: 2014-07-12T09:12:34Z ---- ++++ +description = "" +title = "Opening Projects with Projectile" +date = 2014-07-12T09:12:34Z +[taxonomies] +categories = ["Emacs"] +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). |