diff --git a/core/core-ivy.el b/core/core-ivy.el index 10dd9e32d..2a103ec61 100644 --- a/core/core-ivy.el +++ b/core/core-ivy.el @@ -21,8 +21,8 @@ "C-b" 'backward-word "C-f" 'forward-word) - (after! magit (setq magit-completing-read-function 'ivy-completing-read)) - (after! smex (setq smex-completion-method 'ivy)) + (after! magit (setq magit-completing-read-function 'ivy-completing-read)) + (after! smex (setq smex-completion-method 'ivy)) (after! yasnippet (push 'doom/yas-ivy-prompt yas-prompt-functions)) ;;