summary refs log tree commit diff stats
path: root/post/cedit-and-paredit.md
diff options
context:
space:
mode:
authorAlan Pearce2020-04-03 21:44:24 +0200
committerAlan Pearce2020-04-04 23:02:37 +0200
commit2697bb8d5da52d24c658477343a6e95f1bcddf18 (patch)
tree1ef7de443688232915021d7b64b990f25cd7b599 /post/cedit-and-paredit.md
parent83ecabb56e267fca1d750792d78920f5ab8624c7 (diff)
downloadwebsite-2697bb8d5da52d24c658477343a6e95f1bcddf18.tar.lz
website-2697bb8d5da52d24c658477343a6e95f1bcddf18.tar.zst
website-2697bb8d5da52d24c658477343a6e95f1bcddf18.zip
Use more common front matter markers
Diffstat (limited to 'post/cedit-and-paredit.md')
-rw-r--r--post/cedit-and-paredit.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/post/cedit-and-paredit.md b/post/cedit-and-paredit.md
index 23fb1c4..f35b362 100644
--- a/post/cedit-and-paredit.md
+++ b/post/cedit-and-paredit.md
@@ -1,10 +1,10 @@
-+++
-Categories = ["Emacs"]
-Description = "Cedit and paredit for structural editing"
-Tags = ["development", "emacs"]
-title = "Cedit and Paredit"
-date = 2014-08-04T07:10:14Z
-+++
+---
+Categories: ["Emacs"]
+Description: "Cedit and paredit for structural editing"
+Tags: ["development", "emacs"]
+title: "Cedit and Paredit"
+date: 2014-08-04T07:10:14Z
+---
 
 I recently discovered [cedit][], which provides some structural
 commands for editing c-like languages.  (See this