Но почему-то оно не хочет работать.
Сказано:
color-theme (pre-Emacs 24)
Download and install color-theme.
Add the emacs-color-theme-solarized directory to your Emacs load-path.
Add (require 'color-theme-solarized) to your Emacs init file (usually ~/.emacs).
Use the usual color-theme mechanism to select one of the Solarized themes, or M-x color-theme-solarized-[light|dark].
Тоесть здесь написано, что для начала надо установить расширение емакса color-theme, а оно уже рулит файликами цветовых схем, в том числе и соларизеда.
Я проделал следующее: скачал color-theme и каталог из архива закинул в ~/.emacs.d
Потом набил в хвост конфигу ~/.emacs это
Код: Выделить всё
(add-to-list 'load-path "~/.emacs.d/color-theme/")
(require 'color-theme)
(eval-after-load "color-theme"
'(progn
(color-theme-initialize)
(color-theme-hober)))
Далее в инструкции сказано
Then you can choose your color-theme theme by issuing M-x color-theme-<TAB> RET
Но по табу ни чего не дополняется
Я и файлик color-theme-solarized.el кидал в ~/.emacs.d/color-theme/themes , но не работает ни в какую.
Чево я упустил?