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

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

[elpa] externals/vertico 68e51fda55: README: Rename advice function


From: ELPA Syncer
Subject: [elpa] externals/vertico 68e51fda55: README: Rename advice function
Date: Fri, 22 Mar 2024 09:59:28 -0400 (EDT)

branch: externals/vertico
commit 68e51fda552a2f91caab69e83564bc91275b09b1
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Rename advice function
---
 README.org | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index e45d254526..93c7f02eb6 100644
--- a/README.org
+++ b/README.org
@@ -559,9 +559,9 @@ built-in file completion table. In your user configuration 
you can prioritize
 (setq org-refile-use-outline-path 'file
       org-outline-path-complete-in-steps t)
 
-(advice-add #'org-olpath-completing-read :around 
#'org-enforce-basic-completion)
+(advice-add #'org-olpath-completing-read :around 
#'vertico-enforce-basic-completion)
 
-(defun org-enforce-basic-completion (&rest args)
+(defun vertico-enforce-basic-completion (&rest args)
   (minibuffer-with-setup-hook
       (:append
        (lambda ()
@@ -598,8 +598,8 @@ boundaries are used for example by file completion, where 
each part of the path
 can be completed separately. Ideally this issue would be fixed in Org.
 
 #+begin_src emacs-lisp
-(advice-add #'org-make-tags-matcher :around #'org-enforce-basic-completion)
-(advice-add #'org-agenda-filter :around #'org-enforce-basic-completion)
+(advice-add #'org-make-tags-matcher :around #'vertico-enforce-basic-completion)
+(advice-add #'org-agenda-filter :around #'vertico-enforce-basic-completion)
 #+end_src
 
 ** ~tmm-menubar~



reply via email to

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