From 42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 14 Nov 2020 21:19:20 +0100 Subject: Convert front matter for zola --- content/post/cedit-and-paredit.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'content/post/cedit-and-paredit.md') diff --git a/content/post/cedit-and-paredit.md b/content/post/cedit-and-paredit.md index f35b362..c2cacc5 100644 --- a/content/post/cedit-and-paredit.md +++ b/content/post/cedit-and-paredit.md @@ -1,10 +1,11 @@ ---- -Categories: ["Emacs"] -Description: "Cedit and paredit for structural editing" -Tags: ["development", "emacs"] -title: "Cedit and Paredit" -date: 2014-08-04T07:10:14Z ---- ++++ +description = "Cedit and paredit for structural editing" +title = "Cedit and Paredit" +date = 2014-08-04T07:10:14Z +[taxonomies] +categories = ["emacs"] +tags = ["development", "emacs"] ++++ I recently discovered [cedit][], which provides some structural commands for editing c-like languages. (See this -- cgit 1.4.1