diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2025-12-14 07:19:15 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2025-12-14 07:19:15 +0200 |
| commit | a1ee86a410e6e79532f4cdf0a5f35412aafb8528 (patch) | |
| tree | 94e5086e952bbaed0cbe8609066a5e704b96a719 | |
| parent | e8c240b92830a7bfc7d07ea93387133b9ff74595 (diff) | |
Use new denote-get-completion-table per denote.git commit 4fe3cf1
| -rw-r--r-- | denote-silo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/denote-silo.el b/denote-silo.el index b6f26b8..68fa7d2 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) |
