practicalli / spacemacs

Content for the book - Clojure Development with Spacemacs
https://practical.li/spacemacs
Creative Commons Attribution Share Alike 4.0 International
109 stars 33 forks source link

set buffer name length in buffer list-buffer #258

Open practicalli-johnny opened 4 years ago

practicalli-johnny commented 4 years ago

customize helm-buffer-max-length The default length is approximately 20. set to nil and helm will use the longest buffer name.

Set value using a layer variable

     (helm :variables
           helm-buffer-max-length nil)

To configure using Emacs customize SPC SPC customize-variable and search for helm-buffer-max-length