From af4676e4bd0694897c9572e5a09baedea2a7b06b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Apr 2023 13:34:29 +0200 Subject: Revert "Use more compatible front-matter marker" This reverts commit dedca264d10a44a9137a0490941be55a5c32a5fb. --- post/opening-projects-with-projectile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'post/opening-projects-with-projectile.md') diff --git a/post/opening-projects-with-projectile.md b/post/opening-projects-with-projectile.md index f16df60..b44c5e8 100644 --- a/post/opening-projects-with-projectile.md +++ b/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). -- cgit 1.4.1