diff options
author | Alan Pearce | 2020-11-14 21:19:20 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-14 21:52:50 +0100 |
commit | 42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa (patch) | |
tree | 279e1c567ab73b2beae4d1190112dbda8721fe3c /content/post/opening-projects-with-projectile.md | |
parent | 5c7878c3d18eae1d635aff080bebaff32bc553ad (diff) | |
download | website-42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa.tar.lz website-42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa.tar.zst website-42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa.zip |
Convert front matter for zola
Diffstat (limited to 'content/post/opening-projects-with-projectile.md')
-rw-r--r-- | content/post/opening-projects-with-projectile.md | 15 |
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 @@ ---- -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). |