25

One of the things I find annoying in emacs-helm is the size of the column showing buffer names in helm-buffers-list. I have searched the documentation and couldn't find how to customize the width of this column.

Is this even possible?

remvee
  • 561
  • 6
  • 13
Renan Ranelli
  • 1,379
  • 10
  • 17

1 Answers1

30

You should customize helm-buffer-max-length to an appropriate number. Default I believe is 20. If set to nil, helm will use the longest buffer name. You can access the customization setup by M-x customize-variable helm-buffer-max-length.

Vamsi
  • 3,916
  • 22
  • 35