diff options
| author | Cássio Ávila <cassioavila@protonmail.com> | 2024-05-14 09:05:35 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-14 14:05:35 +0200 |
| commit | 21d20da80d203e04ea8dfa994f87c3b3ea9e5cd5 (patch) | |
| tree | 1d0a348cae54d8606250139f0b4ef3c8876abe6b | |
| parent | b779552341354d59365a981fd208ae07b7a2950a (diff) | |
Fix unbalanced parentheses in the README (#458)
| -rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -244,7 +244,7 @@ source code for further details. #+begin_src emacs-lisp (defun orderless-fast-dispatch (word index total) (and (= index 0) (= total 1) (length< word 4) - (cons 'orderless-literal-prefix word)))) + (cons 'orderless-literal-prefix word))) (orderless-define-completion-style orderless-fast (orderless-style-dispatchers '(orderless-fast-dispatch)) |
