branch: externals/vertico commit 0c97ef8097874a23c0337193243ffba14cafb96c Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Quasiquote to please the Emacs overlords --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index fc6baa572d..81466a0622 100644 --- a/README.org +++ b/README.org @@ -302,7 +302,7 @@ turn on the mode and -1 to turn off the mode. #+begin_src emacs-lisp ;; Configure `consult-outline' as a scaled down TOC in a separate buffer (setq vertico-multiform-command-modes - '((consult-outline buffer (lambda (_) (text-scale-set -1))))) + `((consult-outline buffer ,(lambda (_) (text-scale-set -1))))) #+end_src Furthermore you can tune buffer-local settings per command (or category).