about summary refs log tree commit diff stats
path: root/content/post/opening-projects-with-projectile.md
diff options
context:
space:
mode:
authorAlan Pearce2023-04-19 13:26:53 +0200
committerAlan Pearce2023-04-19 13:27:19 +0200
commit8d6342a1aea32d6cde8fb8ac9b9232d421d778c0 (patch)
treeb8d534c31822ac9c5cf9de0d38e4ee267ae04db2 /content/post/opening-projects-with-projectile.md
parent9f0e11c774172eb5415c0db4abb85389f82c85d1 (diff)
downloadwebsite-8d6342a1aea32d6cde8fb8ac9b9232d421d778c0.tar.lz
website-8d6342a1aea32d6cde8fb8ac9b9232d421d778c0.tar.zst
website-8d6342a1aea32d6cde8fb8ac9b9232d421d778c0.zip
Use more compatible front-matter marker
Diffstat (limited to 'content/post/opening-projects-with-projectile.md')
-rw-r--r--content/post/opening-projects-with-projectile.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/post/opening-projects-with-projectile.md b/content/post/opening-projects-with-projectile.md
index b44c5e8..f16df60 100644
--- a/content/post/opening-projects-with-projectile.md
+++ b/content/post/opening-projects-with-projectile.md
@@ -1,10 +1,10 @@
-+++
+---
 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).