about summary refs log tree commit diff
path: root/users/tazjin
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-12-01T10·23+0300
committerclbot <clbot@tvl.fyi>2023-12-01T16·23+0000
commit5ec564ca6ca7ade0786a9252ade160f74bcfadd6 (patch)
treeb75fd4051859a236bd4617d53fe95f572b2b4b4e /users/tazjin
parentba4c66b3c6bf28e2a1568a41ba5ebea7055c7c2e (diff)
feat(tazjin/emacs): experimentally install orderless & corfu r/7103
Change-Id: Iabf2ad7562e5a9008cbf7aa701716b204e7239f5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10182
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin')
-rw-r--r--users/tazjin/emacs/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/tazjin/emacs/default.nix b/users/tazjin/emacs/default.nix
index 8e175cad37..5804eab845 100644
--- a/users/tazjin/emacs/default.nix
+++ b/users/tazjin/emacs/default.nix
@@ -100,6 +100,10 @@ pkgs.makeOverridable
       zetteldeft
       zoxide
 
+      # experimental (not otherwise embedded in config yet)
+      orderless
+      corfu
+
       # Wonky stuff
       (currentTelega epkgs)
       customTreesitGrammars # TODO(tazjin): how is this *supposed* to work?!