Closed bhipple closed 5 years ago
The #'helm-comp-read function almost qworks with the default, but it does not have kwargs for :require match t or the positional nil argument. This commit adds a case for Helm completion in the switch.
#'helm-comp-read
:require match t
nil
Thanks, looks good :)
The
#'helm-comp-read
function almost qworks with the default, but it does not have kwargs for:require match t
or the positionalnil
argument. This commit adds a case for Helm completion in the switch.