Autoloading helm does not work well with custom keybindings. Binding our default "C-c h" to either `helm-command-map' or `helm-command-prefix' gives errors, as both are not commands. In the previous configuration, the prefix "C-c h" was initially undefined and only defined when helm was loaded. This led to irritating behavior. All this can be fixed by eagerly loading helm. This may slow down startup, in particular on Windows, but it should be worth it.master
parent
abc06188b7
commit
8ae7d9d7f8
1 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue