Comment: TODO
This commit is contained in:
parent
04b3bd2664
commit
847c066d54
1 changed files with 4 additions and 6 deletions
|
|
@ -47,12 +47,10 @@
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
|
||||||
(defcustom org-ql-completing-read-snippet-function #'org-ql-completing-read--snippet-simple
|
(defcustom org-ql-completing-read-snippet-function #'org-ql-completing-read--snippet-simple
|
||||||
;; TODO: I'd like to make the -regexp one the default, but with
|
;; TODO(v0.9): Performance of completion annotations seems to be
|
||||||
;; default Emacs completion affixation, it can sometimes be a bit
|
;; much improved now (whether due to changes in Emacs, Vertico, or
|
||||||
;; slow, and I don't want that to be a user's first impression. It
|
;; both, I don't know). It may be reasonable to make the context
|
||||||
;; may be possible to further optimize the -regexp one so that it
|
;; snippet the default now.
|
||||||
;; can be used by default. In the meantime, the -simple one seems
|
|
||||||
;; fast enough for general use.
|
|
||||||
"Function used to annotate results in `org-ql-completing-read'.
|
"Function used to annotate results in `org-ql-completing-read'.
|
||||||
Function is called at entry beginning. (When set to
|
Function is called at entry beginning. (When set to
|
||||||
`org-ql-completing-read--snippet-regexp', it is called with a
|
`org-ql-completing-read--snippet-regexp', it is called with a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue