Closed tonini closed 11 years ago
there seems to be a binding conflict with our perspective-bindings and the bindings of package.el
.
I pushed a solution to not clear the local bindings for tar-mode
. However while debugging the problem I noticed that binding cabbage-clear-local-bindings
to after-change-major-mode-hook
is quite hacky and triggers the clearing very frequently. This can be a performance issue and we should look out for better options.
Thanks :heart: :eyes:
Hi,
When trying to install packages via
package-install
(for example: elixir-mode or color-theme-solarized) the following error occur:After removing this binding in the ergonomic bundle the next error is:
After removing this binding too, the installation of the packages succeed.
/cc @senny @jone