I'm using Emacs on Windows 10. I want to override key bindings, so after reading How to override major mode bindings, I installed use-package
with the built-in package manager (via M-x package-install RET use-package RET
). The package came from the package archive at http://melpa.milkbox.net/packages/
.
When I write (require 'bind-key)
in my .emacs
I get the error:
File is missing: Cannot open load file, No such file or directory, bind-key
Which makes I can't use the commands bind-key*
, bind-keys*
etc. What should I do to be able to use bind-key
?