emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vertico 0c97ef8097: Quasiquote to please the Emacs over


From: ELPA Syncer
Subject: [elpa] externals/vertico 0c97ef8097: Quasiquote to please the Emacs overlords
Date: Sun, 26 Dec 2021 13:57:46 -0500 (EST)

branch: externals/vertico
commit 0c97ef8097874a23c0337193243ffba14cafb96c
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]