diff options
author | Alan Pearce | 2023-04-19 13:26:53 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-19 13:27:19 +0200 |
commit | dedca264d10a44a9137a0490941be55a5c32a5fb (patch) | |
tree | 2574e254fd062489745e87ac8669629076d1c4ec /post/cedit-and-paredit.md | |
parent | b1ee898dafe258fede47f083b3ec23efc909eb30 (diff) | |
download | website-dedca264d10a44a9137a0490941be55a5c32a5fb.tar.lz website-dedca264d10a44a9137a0490941be55a5c32a5fb.tar.zst website-dedca264d10a44a9137a0490941be55a5c32a5fb.zip |
Use more compatible front-matter marker
Diffstat (limited to 'post/cedit-and-paredit.md')
-rw-r--r-- | post/cedit-and-paredit.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/post/cedit-and-paredit.md b/post/cedit-and-paredit.md index 89f8cb3..b35ef7b 100644 --- a/post/cedit-and-paredit.md +++ b/post/cedit-and-paredit.md @@ -1,10 +1,10 @@ -+++ +--- description = "Cedit and paredit for structural editing" title = "Cedit and Paredit" date = 2014-08-04T07:10:14Z [taxonomies] tags = ["development", "emacs"] -+++ +--- I recently discovered [cedit][], which provides some structural commands for editing c-like languages. (See this |