Add: (org-ql-select) Accept a function for buffers-files
This commit is contained in:
parent
e60e217312
commit
c286ab1967
3 changed files with 4 additions and 4 deletions
|
|
@ -210,9 +210,6 @@ Interactively, prompt for NAME."
|
|||
(cl-typecase view
|
||||
(function (call-interactively view))
|
||||
(list (-let* (((&plist :buffers-files :query :sort :narrow :super-groups :title) view)
|
||||
(buffers-files (cl-typecase buffers-files
|
||||
(function (funcall buffers-files))
|
||||
(list buffers-files)))
|
||||
(super-groups (cl-typecase super-groups
|
||||
(symbol (symbol-value super-groups))
|
||||
(list super-groups))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue