diff options
author | Alan Pearce | 2020-04-03 21:44:24 +0200 |
---|---|---|
committer | Alan Pearce | 2020-04-04 23:02:37 +0200 |
commit | 2697bb8d5da52d24c658477343a6e95f1bcddf18 (patch) | |
tree | 1ef7de443688232915021d7b64b990f25cd7b599 /post/cedit-and-paredit.md | |
parent | 83ecabb56e267fca1d750792d78920f5ab8624c7 (diff) | |
download | website-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.md | 14 |
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 |