about summary refs log tree commit diff
path: root/users/tazjin/blog/posts.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-11-12T15·30+0300
committerclbot <clbot@tvl.fyi>2023-11-12T18·19+0000
commit0c9304d41e9fabb1a2401146237adf6ef4efb0ff (patch)
treecc4448897721fbb83173dab51d885d49edc5896c /users/tazjin/blog/posts.nix
parente4adca0880547f2ea825aeec5f64671c6c0324ae (diff)
feat(tazjin/blog): import blog post on emacs buffer switching thing r/6997
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
Diffstat (limited to 'users/tazjin/blog/posts.nix')
-rw-r--r--users/tazjin/blog/posts.nix6
1 files changed, 6 insertions, 0 deletions
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,6 +1,12 @@
 # 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";
     date = 1694102400;