Use spaces for indentation
This commit is contained in:
parent
7ecb80fca9
commit
555ae98eb8
1 changed files with 5 additions and 5 deletions
|
|
@ -179,12 +179,12 @@ Is transformed into this query:
|
||||||
;; Expansion of `helm-build-sync-source' macro.
|
;; Expansion of `helm-build-sync-source' macro.
|
||||||
(helm-make-source name 'helm-source-sync
|
(helm-make-source name 'helm-source-sync
|
||||||
:filtered-candidate-transformer (lambda (candidates _)
|
:filtered-candidate-transformer (lambda (candidates _)
|
||||||
(let ((window-width (window-width (helm-window))))
|
(let ((window-width (window-width (helm-window))))
|
||||||
(mapcar (lambda (marker)
|
(mapcar (lambda (marker)
|
||||||
(unless (markerp marker) (user-error "Unexpected candidate for `helm-org-ql-source'"))
|
(unless (markerp marker) (user-error "Unexpected candidate for `helm-org-ql-source'"))
|
||||||
(org-with-point-at marker
|
(org-with-point-at marker
|
||||||
(helm-org-ql--heading window-width)))
|
(helm-org-ql--heading window-width)))
|
||||||
candidates)))
|
candidates)))
|
||||||
:candidates (lambda ()
|
:candidates (lambda ()
|
||||||
(let* ((query (org-ql--query-string-to-sexp helm-pattern)))
|
(let* ((query (org-ql--query-string-to-sexp helm-pattern)))
|
||||||
(when query
|
(when query
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue