completion/helm: fix void-variable helm-completing-read-handlers-alist error
This commit is contained in:
parent
a8e7c4fd45
commit
3a026c0a8c
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ be negative.")
|
|||
:when (featurep! :lang org)
|
||||
:defer t
|
||||
:init
|
||||
(after! helm
|
||||
(after! helm-mode
|
||||
(pushnew! helm-completing-read-handlers-alist
|
||||
'(org-capture . helm-org-completing-read-tags)
|
||||
'(org-set-tags . helm-org-completing-read-tags))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue