summary refs log tree commit diff stats
path: root/post/opening-projects-with-projectile.md
diff options
context:
space:
mode:
authorAlan Pearce2020-04-03 21:44:24 +0200
committerAlan Pearce2025-03-16 00:56:49 +0100
commite239a3a726d94593051f52270386e6f9dba81bb6 (patch)
tree92a8d54eccf189aef1bffc1a70086150b1e4f534 /post/opening-projects-with-projectile.md
parentf7464d1d29af7a4777637617ff3e7a7845e234a7 (diff)
downloadwebsite-e239a3a726d94593051f52270386e6f9dba81bb6.tar.lz
website-e239a3a726d94593051f52270386e6f9dba81bb6.tar.zst
website-e239a3a726d94593051f52270386e6f9dba81bb6.zip
Convert front matter for zola
Diffstat (limited to 'post/opening-projects-with-projectile.md')
-rw-r--r--post/opening-projects-with-projectile.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/post/opening-projects-with-projectile.md b/post/opening-projects-with-projectile.md
index d88d309..775e2be 100644
--- a/post/opening-projects-with-projectile.md
+++ b/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).