Remove redundant magit-completing-read-function

This commit is contained in:
Henrik Lissner 2018-07-28 12:33:27 +02:00
parent f3a3465c04
commit c87c2bd5a6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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') ;; enable ability to select prompt (alternative to `ivy-immediate-done')
ivy-use-selectable-prompt t) ivy-use-selectable-prompt t)
(after! magit (setq magit-completing-read-function #'ivy-completing-read)) (after! yasnippet
(after! yasnippet (add-to-list 'yas-prompt-functions #'+ivy-yas-prompt nil #'eq)) (add-to-list 'yas-prompt-functions #'+ivy-yas-prompt nil #'eq))
(define-key! 'global (define-key! 'global
[remap switch-to-buffer] #'ivy-switch-buffer [remap switch-to-buffer] #'ivy-switch-buffer