about summary refs log tree commit diff
path: root/users/aspen/emacs/packages.el
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2024-03-11T01·54-0400
committerclbot <clbot@tvl.fyi>2024-03-11T01·58+0000
commit2466ecaf3118fbe44eae1b24a110b9efc39721d5 (patch)
treed89b54464863d967dce85f9a7a117c56da579116 /users/aspen/emacs/packages.el
parenta0225431de659ce49108a92eed602e997eaf4bcd (diff)
feat(aspen/emacs): Use hotfuzz for completion r/7676
This is like orderless but a million times better (no need for spaces!)

Change-Id: Id8d2382e1d83792959580bcbe807cdd9aebdde88
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11130
Reviewed-by: aspen <root@gws.fyi>
Autosubmit: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--users/aspen/emacs/packages.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/aspen/emacs/packages.el b/users/aspen/emacs/packages.el
index cad4cc9553..b72fb45a9f 100644
--- a/users/aspen/emacs/packages.el
+++ b/users/aspen/emacs/packages.el
@@ -10,3 +10,4 @@
 (package! evil-matchit)
 (package! string-inflection)
 (package! protobuf-mode)
+(package! hotfuzz)