Tidy: (helm-source-org-ql-views) Rename to helm-org-ql-views-source

package-lint complains about the symbol prefix.  I guess following the
helm-source-* convention isn't a big deal.
This commit is contained in:
Adam Porter 2020-01-30 23:28:36 -06:00
parent 92d0e27340
commit 170276bdeb

View file

@ -55,7 +55,7 @@
"Keymap for `helm-org-ql' sessions.
Based on `helm-map'.")
(defvar helm-source-org-ql-views
(defvar helm-org-ql-views-source
(helm-make-source "Org QL Views" 'helm-source-sync
:candidates (lambda ()
(->> org-ql-views
@ -170,7 +170,7 @@ Is transformed into this query:
(defun helm-org-ql-views ()
"Show an `org-ql' view selected with Helm."
(interactive)
(helm :sources helm-source-org-ql-views))
(helm :sources helm-org-ql-views-source))
;;;; Functions