spacemacs/layers/+completion
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
..
auto-completion Don't assume the previous binding was evil-insert-digraph 2019-11-15 20:05:23 +01:00
helm [core] [helm] add action to recompile an elpa package 2019-11-23 23:40:50 +01:00
ivy Fix wrong initial directory 2019-11-18 15:32:25 +01:00
templates Switch to the new layers generator 2019-05-15 21:08:21 +03:00