Include ivy-hydra

This might be helpful when working on completions.
This commit is contained in:
Daniel - 2021-01-02 16:16:46 +01:00
parent e7b50ed3d4
commit bc95317b2b
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 1 deletions

View File

@ -2158,10 +2158,13 @@
(man . "^") (man . "^")
(woman . "^")) (woman . "^"))
ivy-use-selectable-prompt t ivy-use-selectable-prompt t
ivy-do-completion-in-region t) ivy-do-completion-in-region t
ivy-re-bilders-alist '((t . ivy--regex-ignore-order)))
:config (add-to-list 'ivy-completing-read-handlers-alist :config (add-to-list 'ivy-completing-read-handlers-alist
'(org-capture . completing-read-default))) '(org-capture . completing-read-default)))
(use-package ivy-hydra)
(use-package counsel (use-package counsel
:ensure t :ensure t
:commands (counsel-org-goto-all :commands (counsel-org-goto-all