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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -