* lisp/emacs-lisp/package.el (package-menu-mode): Mode-line notification
while dowloading information.
This commit is contained in:
parent
0465c9dd42
commit
a480a51f24
1 changed files with 4 additions and 0 deletions
|
@ -2325,6 +2325,10 @@ will be deleted."
|
|||
Letters do not insert themselves; instead, they are commands.
|
||||
\\<package-menu-mode-map>
|
||||
\\{package-menu-mode-map}"
|
||||
(setq mode-line-buffer-identification
|
||||
(list 'package--downloads-in-progress
|
||||
(propertized-buffer-identification "[Loading...]")
|
||||
mode-line-buffer-identification))
|
||||
(setq tabulated-list-format
|
||||
`[("Package" 18 package-menu--name-predicate)
|
||||
("Version" 13 nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue