spacemacs/layers/+completion/helm/local/helm-spacemacs-help
Gia Thanh Vuong 94de754504
[core] [helm] add action to recompile an elpa package
How to use: `SCP h p` select package then `F3` or `C-z` and choose `Recompile`

Motivation: Some packages when compiling need other packages to be loaded first.
The pacakage maintainers should make sure of this requirement but sommetimes
they don't. It also doesn't help when Spacemacs is lazy loading and compiles
updated pacakges on startup. So the manual fix for this problem is recompile the
package once Spacemacs has fully loaded. This requires user go to the package
install location to delete elc files and then do a `spacemacs/recompile-elpa`.
This commit will do that chore for them.

This will make fixing the problem with `org-plus-contrib` or `dumb-jump` update
every now and then easier.
2019-11-23 23:40:50 +01:00
..
helm-spacemacs-faq.el Speed up SPC h SPC by moving FAQ source in its own feature 2017-01-15 22:19:56 -05:00
helm-spacemacs-help.el [core] [helm] add action to recompile an elpa package 2019-11-23 23:40:50 +01:00