I have Emacs 24.3 running on Raspbian. I'm kind of enjoying running Emacs on Linux - seems to be a beter fit than on Windows. I installed the very useful key-chord
package using the usual package functions. This results in a directory in ~\.emacs.d\elpa\key-chord-20080915.2156
.
Then I inserted the following in my init file:
(require 'key-chord)
(key-chord-mode 1)
This kicks out the following error:
File error: Cannot open load file, key-chord
However, if I hit M-x
I can find all the key-chord functions and run key-chord mode and associated bits and pieces. What am I doing wrong...?