doc(emacs/README.md): fix typo
[skip ci]
This commit is contained in:
parent
22ae42d3af
commit
04b4e36701
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue