From 0c9304d41e9fabb1a2401146237adf6ef4efb0ff Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 12 Nov 2023 18:30:03 +0300 Subject: 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 Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/blog/posts.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'users/tazjin/blog/posts.nix') diff --git a/users/tazjin/blog/posts.nix b/users/tazjin/blog/posts.nix index fad7513c0608..a95a50d766a2 100644 --- a/users/tazjin/blog/posts.nix +++ b/users/tazjin/blog/posts.nix @@ -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"; -- cgit 1.4.1