about summary refs log tree commit diff stats
path: root/content/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
commit8568ada6ddde91e4cd53ae2351385bca4d7d6531 (patch)
tree5e5718bff91130637816553649974d2fad8f5615 /content/post/cedit-and-paredit.md
parentc649194fdc77889ca282c2f42507d777b3b933f6 (diff)
downloadwebsite-8568ada6ddde91e4cd53ae2351385bca4d7d6531.tar.lz
website-8568ada6ddde91e4cd53ae2351385bca4d7d6531.tar.zst
website-8568ada6ddde91e4cd53ae2351385bca4d7d6531.zip
Use more common front matter markers
Diffstat (limited to 'content/post/cedit-and-paredit.md')
-rw-r--r--content/post/cedit-and-paredit.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/content/post/cedit-and-paredit.md b/content/post/cedit-and-paredit.md index 23fb1c4..f35b362 100644 --- a/content/post/cedit-and-paredit.md +++ b/content/post/cedit-and-paredit.md
@@ -1,10 +1,10 @@
1+++ 1---
2Categories = ["Emacs"] 2Categories: ["Emacs"]
3Description = "Cedit and paredit for structural editing" 3Description: "Cedit and paredit for structural editing"
4Tags = ["development", "emacs"] 4Tags: ["development", "emacs"]
5title = "Cedit and Paredit" 5title: "Cedit and Paredit"
6date = 2014-08-04T07:10:14Z 6date: 2014-08-04T07:10:14Z
7+++ 7---
8 8
9I recently discovered [cedit][], which provides some structural 9I recently discovered [cedit][], which provides some structural
10commands for editing c-like languages. (See this 10commands for editing c-like languages. (See this