Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を実行するlist-packagesと、結果のバッファに表示されるときに長いパッケージ名が切り捨てられます
list-packages
この切り捨てを回避し、名前の長さに関係なくフルネームを表示する方法はありますか?
これは私にとってはうまくいきます:
(add-hook 'package-menu-mode-hook (lambda() (setq tabulated-list-format [("Package" 28 package-menu--name-predicate) ("Version" 18 nil) ("Status" 10 package-menu--status-predicate) ("Description" 0 nil)]) (tabulated-list-init-header)))