Skip to content

Commit

Permalink
code quote full line
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasf committed Jan 3, 2014
1 parent 6926acd commit b1ce54b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit b1ce54b

Please sign in to comment.