emacs24 - How to remove an installed package in Emacs (ver 24+)? -
i'd remove several packages i've installed. when invoke package-list-packages
, notice there 'd
' (mark deletion) command , 'x
' (execute). however, seems removes package name/description list , not actual files under ~/.emacs.d/elpa
. doing wrong or missing? surely there must way remove installed packages.
the command package-menu-mark-delete
(key 'd') followed package-menu-execute
(key 'x') worked me.
also here introduction: package management in emacs - good, bad , ugly
Comments
Post a Comment