diff options
author | Alan Pearce | 2020-04-03 21:44:24 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | e239a3a726d94593051f52270386e6f9dba81bb6 (patch) | |
tree | 92a8d54eccf189aef1bffc1a70086150b1e4f534 /post/cedit-and-paredit.md | |
parent | f7464d1d29af7a4777637617ff3e7a7845e234a7 (diff) | |
download | website-e239a3a726d94593051f52270386e6f9dba81bb6.tar.lz website-e239a3a726d94593051f52270386e6f9dba81bb6.tar.zst website-e239a3a726d94593051f52270386e6f9dba81bb6.zip |
Convert front matter for zola
Diffstat (limited to 'post/cedit-and-paredit.md')
-rw-r--r-- | post/cedit-and-paredit.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/post/cedit-and-paredit.md b/post/cedit-and-paredit.md index 23fb1c4..cd395e9 100644 --- a/post/cedit-and-paredit.md +++ b/post/cedit-and-paredit.md @@ -1,9 +1,9 @@ +++ -Categories = ["Emacs"] -Description = "Cedit and paredit for structural editing" -Tags = ["development", "emacs"] +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 |