Skip to content

Commit

Permalink
Merge pull request #4 from abourget/patch-1
Browse files Browse the repository at this point in the history
Added the 'load-path parameter to 'add-to-list' call on the README.md, o...
  • Loading branch information
rooney authored Jan 15, 2025
2 parents 58e42af + 5b11f52 commit b5e6a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See the [EmacsWiki for more background on this mode.](http://www.emacswiki.org/e
Just make sure zencoding-mode.el is in your `load-path`, if you
extracted zencoding-mode to a directory:

(add-to-list "~/emacs.d/zencoding-mode")
(add-to-list 'load-path "~/emacs.d/zencoding-mode")

And then just require as normal:

Expand Down

0 comments on commit b5e6a5b

Please sign in to comment.