Remove redundant magit-completing-read-function
This commit is contained in:
parent
f3a3465c04
commit
c87c2bd5a6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue