diff options
author | Alan Pearce | 2020-11-14 21:19:20 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-14 21:52:50 +0100 |
commit | 42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa (patch) | |
tree | 279e1c567ab73b2beae4d1190112dbda8721fe3c /content/post/cedit-and-paredit.md | |
parent | 5c7878c3d18eae1d635aff080bebaff32bc553ad (diff) | |
download | website-42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa.tar.lz website-42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa.tar.zst website-42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa.zip |
Convert front matter for zola
Diffstat (limited to 'content/post/cedit-and-paredit.md')
-rw-r--r-- | content/post/cedit-and-paredit.md | 15 |
1 files changed, 8 insertions, 7 deletions
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 |