I find the confirmation prompt when updating packages in #Emacs pretty hard to read because of MELPA's very long version numbers, so instead I've chosen to just display package names:
(defun just-package-names (fn &rest args)
(cl-letf (((symbol-function 'package-desc-full-name)
(lambda (pkg) (symbol-name (package-desc-name pkg)))))
(apply fn args)))
(advice-add 'package-menu--list-to-prompt :around 'just-package-names)
=> More informations about this toot | View the thread | More toots from oantolin@mathstodon.xyz
=> View emacs tag This content has been proxied by September (3851b).Proxy Information
text/gemini