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)))