manateelazycat / awesome-tab

Emacs package to provide out-of-the-box configuration to use tabs.
384 stars 38 forks source link

remove ido-completing-read calls #73

Closed AmaiKinono closed 4 years ago

AmaiKinono commented 4 years ago

We shouldn't assume the user is familiar with the ido interface. completing-read is the standard, and is automatically enhanced by default by ivy or helm, so this is a better choice.

An logic error in awesome-tab-keep-match-buffers-in-current-group is also fixed.