diff options
author | Alan Pearce | 2023-04-19 13:34:29 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-19 13:34:29 +0200 |
commit | 09ba3629a0683862ead6a6d28e99e8ffa0fe432f (patch) | |
tree | 28f067c21fd4c19f0e90f37ceb2c1a98d001cf7c /content/post/emacs-package-archive-statistics.md | |
parent | 7f1eac6f3927fe3b20d558086ad692a72ab1d81c (diff) | |
download | website-09ba3629a0683862ead6a6d28e99e8ffa0fe432f.tar.lz website-09ba3629a0683862ead6a6d28e99e8ffa0fe432f.tar.zst website-09ba3629a0683862ead6a6d28e99e8ffa0fe432f.zip |
Revert "Use more compatible front-matter marker"
This reverts commit 8d6342a1aea32d6cde8fb8ac9b9232d421d778c0.
Diffstat (limited to 'content/post/emacs-package-archive-statistics.md')
-rw-r--r-- | content/post/emacs-package-archive-statistics.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/post/emacs-package-archive-statistics.md b/content/post/emacs-package-archive-statistics.md index 44adf4e..6efa5bd 100644 --- a/content/post/emacs-package-archive-statistics.md +++ b/content/post/emacs-package-archive-statistics.md @@ -1,10 +1,10 @@ ---- ++++ description = "Working out which package archives I'm using" title = "Emacs Package Archive Statistics" date = 2014-07-19T13:19:54Z [taxonomies] tags = ["emacs"] ---- ++++ I use [cask][] for managing the dependencies of my Emacs configuration. Whenever I opened my `Cask` file, I wondered if I |