about summary refs log tree commit diff stats
path: root/content/post/opening-projects-with-projectile.md
diff options
context:
space:
mode:
authorAlan Pearce2020-04-03 21:44:24 +0200
committerAlan Pearce2020-04-04 23:02:37 +0200
commit8568ada6ddde91e4cd53ae2351385bca4d7d6531 (patch)
tree5e5718bff91130637816553649974d2fad8f5615 /content/post/opening-projects-with-projectile.md
parentc649194fdc77889ca282c2f42507d777b3b933f6 (diff)
downloadwebsite-8568ada6ddde91e4cd53ae2351385bca4d7d6531.tar.lz
website-8568ada6ddde91e4cd53ae2351385bca4d7d6531.tar.zst
website-8568ada6ddde91e4cd53ae2351385bca4d7d6531.zip
Use more common front matter markers
Diffstat (limited to 'content/post/opening-projects-with-projectile.md')
-rw-r--r--content/post/opening-projects-with-projectile.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/content/post/opening-projects-with-projectile.md b/content/post/opening-projects-with-projectile.md
index d88d309..8c6d2bc 100644
--- a/content/post/opening-projects-with-projectile.md
+++ b/content/post/opening-projects-with-projectile.md
@@ -1,10 +1,10 @@
-+++
-Categories = ["Emacs"]
-Description = ""
-Tags = ["emacs", "lisp"]
-title = "Opening Projects with Projectile"
-date = 2014-07-12T09:12:34Z
-+++
+---
+Categories: ["Emacs"]
+Description: ""
+Tags: ["emacs", "lisp"]
+title: "Opening Projects with Projectile"
+date: 2014-07-12T09:12:34Z
+---
 
 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).