GNU Emacs 23.2.1
I have downloaded rainbow-delimiters.el
and put into the following directory:
~/.emacs.d/site-list/rainbow/
In my emacs configuration file, I have the following:
(add-to-list 'load-path "~/.emacs.d/site-list/rainbow")
(require 'rainbow-delimiters)
However, when I try and start emacs I get the following error:
File error: Cannot open load file, rainbow-delimiters
Can anyone point me in the right direction?