feat(tazjin/blog): import blog post on emacs buffer switching thing

This was previously only in my Telegram channel, but it might as well
be on the blog itself.

Change-Id: I301ebeaa4dd1875f3858cee5259a5c689b950790
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10009
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2023-11-12 18:30:03 +03:00 committed by clbot
parent e4adca0880
commit 0c9304d41e
2 changed files with 24 additions and 0 deletions

View file

@ -1,5 +1,11 @@
# This file defines all the blog posts.
[
{
key = "reliably-switch-buffers";
title = "Зачем reliably-switch-buffers?";
content = ./posts/reliably-switch-buffers.md;
date = 1692882000;
}
{
key = "tvix-eval-talk-2023";
title = "[доклад] tvix-eval, имплементация языка Nix на Rust";