diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-04-07 15:19:59 -0500 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-04-07 15:19:59 -0500 |
commit | 38dfa458bc8dec7b61a7d759d1cc8729e2d89348 (patch) | |
tree | 899570ac775635dfea840425a16d9f63ad3fb550 | |
parent | 323dbdd16ae4ed6f0404d37d734ec022694a1221 (diff) |
Fix: actually install Orderless
-rw-r--r-- | shoshimacs.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shoshimacs.org b/shoshimacs.org index b030321..579baab 100644 --- a/shoshimacs.org +++ b/shoshimacs.org @@ -437,6 +437,7 @@ literal matches are enabled. #+end_quote #+begin_src emacs-lisp + (package-install 'orderless) (setq completion-styles '(orderless basic) completion-category-overrides '((file (styles basic partial-completion)))) #+end_src |