branch: externals/denote-silo
commit a1ee86a410e6e79532f4cdf0a5f35412aafb8528
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Use new denote-get-completion-table per denote.git commit 4fe3cf1
---
 denote-silo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-silo.el b/denote-silo.el
index b6f26b86b6..68fa7d2379 100644
--- a/denote-silo.el
+++ b/denote-silo.el
@@ -69,7 +69,7 @@ as the variable `denote-directory'."
   (let ((default (car denote-silo-directory-history)))
     (completing-read
      (format-prompt "Select a silo" default)
-     (denote--completion-table 'file denote-silo-directories)
+     (denote-get-completion-table denote-silo-directories '(category . file))
      nil :require-match nil 'denote-silo-directory-history default)))
 
 (defun denote-silo-path-is-silo-p (path)

Reply via email to