mirror of
https://github.com/protesilaos/denote.git
synced 2026-09-10 07:16:20 -04:00
Make stylistic change to denote-subdirectory-prompt
This commit is contained in:
parent
7482fbc487
commit
0d5ce4f22b
|
|
@ -3528,10 +3528,7 @@ a value that can be parsed by `decode-time' or nil."
|
|||
"Prompt for subdirectory of the variable `denote-directory'.
|
||||
The table uses the `file' completion category (so it works with
|
||||
packages such as `marginalia' and `embark')."
|
||||
(let* ((roots (mapcar
|
||||
(lambda (d)
|
||||
(directory-file-name d))
|
||||
(denote-directories)))
|
||||
(let* ((roots (mapcar #'directory-file-name (denote-directories)))
|
||||
(subdirs (denote-directory-subdirectories))
|
||||
(dirs (append roots subdirs)))
|
||||
(denote--subdirs-completion-table dirs)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue