From c87c2bd5a66685d8d24d9a3ddf24e2e89123a085 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 28 Jul 2018 12:33:27 +0200 Subject: [PATCH] Remove redundant magit-completing-read-function --- modules/completion/ivy/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index c68bed7ef..8e71b9e10 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -57,8 +57,8 @@ immediately runs it on the current candidate (ending the ivy session)." ;; enable ability to select prompt (alternative to `ivy-immediate-done') ivy-use-selectable-prompt t) - (after! magit (setq magit-completing-read-function #'ivy-completing-read)) - (after! yasnippet (add-to-list 'yas-prompt-functions #'+ivy-yas-prompt nil #'eq)) + (after! yasnippet + (add-to-list 'yas-prompt-functions #'+ivy-yas-prompt nil #'eq)) (define-key! 'global [remap switch-to-buffer] #'ivy-switch-buffer