commit b1ce54b855b5411fb4d12d67576649e1958278ca parent 6926acd7d8062919007ed37dbc7a51f0cd553f1d Author: Thomas Frössman <thomasf@jossystem.se> Date: Fri, 3 Jan 2014 12:50:39 +0100 code quote full line Diffstat:
| M | README.md | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -21,7 +21,9 @@ Afterward place `solarized-dark-theme.el` and folder if you prefer so). Add this your `.emacs.d`: -`(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")` +```lisp +(add-to-list 'custom-theme-load-path "~/.emacs.d/themes") +``` Now you can load the theme with the interactive function `load-theme`.