syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.57k stars 4.9k forks source link

[git] Don't set magit-completing-read-function #16324

Closed bcc32 closed 3 months ago

bcc32 commented 3 months ago

The builtin completing-read function will call ivy if ivy-mode is enabled, and disabling ivy-mode (e.g., temporarily to debug some issue) should correctly stop ivy-completing-read from being used by magit.