Changing the size of the menu from the “Buffers” item in the menu bar in emacs

后端 未结 1 432
刺人心
刺人心 2021-01-20 03:10

Currently, the menu brought up by the Buffers menu item in the menu bar only shows the last 9 buffers and no more than about 29 characters of the buffer name. H

1条回答
  •  独厮守ぢ
    2021-01-20 03:52

    How 'bout buffers-menu-buffer-name-length and buffers-menu-max-size? You may also prefer using C-mouse-1, which gives you a different kind of "buffers menu", which I personally prefer (so I just get rid of the "Buffers" menu with (define-key global-map [menu-bar buffer] nil), thus saving scarce menubar real-estate).

    0 讨论(0)
提交回复
热议问题