minad / marginalia

:scroll: marginalia.el - Marginalia in the minibuffer
GNU General Public License v3.0
780 stars 27 forks source link

Marginalia elements in the pcomplete buffer #146

Closed arael closed 2 years ago

arael commented 2 years ago

Is it possible to disable marginalia in the pcomplete buffer when using eshell? When the marginalia mode is enabled I see the additional elements in the pcomplete buffer along with the possible completions.

In the attachments you can see a picture. This would not be a huge problem but sometimes there is enough space for all of the information to be displayed and I end up with multiple broken lines which makes it noisy and difficult to find what I want to complete.

Thank you very much for helping me and for developing this useful package.

marginalia_pcomplete_buffer

minad commented 2 years ago

You can disable the file annotators by changing marginalia-annotator-registry or by invoking the marginalia-cycle command. Disabling only for pcomplete is not possible.

You can also change the completions buffer format to one-column. Alternatively use Vertico and consult-completion-in-region for in-buffer completion or Corfu.

arael commented 2 years ago

Thank you very much. Setting the completion-format to one-column solved the issue.