Fix: (helm-source-org-ql-views) Call helm-make-source directly
Avoids macro expansion issues if Helm is not yet loaded. Fixes #60. Thanks to @matthuszagh for reporting.
This commit is contained in:
parent
d3a73732ac
commit
d7fe019d6a
3 changed files with 23 additions and 13 deletions
|
|
@ -67,7 +67,7 @@
|
|||
Based on `helm-map'.")
|
||||
|
||||
(defvar helm-source-org-ql-views
|
||||
(helm-build-sync-source "Org QL Views"
|
||||
(helm-make-source "Org QL Views" 'helm-source-sync
|
||||
:candidates (lambda ()
|
||||
(->> org-ql-views
|
||||
(-map #'car)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue