doc(emacs/README.md): fix typo

[skip ci]
This commit is contained in:
Soonho Kong 2014-10-23 14:32:36 -07:00
parent 22ae42d3af
commit 04b4e36701

View file

@ -56,7 +56,7 @@ Put the following elisp code on your emacs setup (e.g. ``.emacs.d/init.el``):
(when (not (package-installed-p p))
(when need-to-refresh
(package-refresh-contents)
(set need-to-refresh nil))
(setq need-to-refresh nil))
(package-install p))))
;; Set up lean-root path