fix(emacs/README.md): wrong quotation mark
[skip ci]
This commit is contained in:
parent
4266b8c7a3
commit
8265729a82
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ Case 4: Install Lean in Windows
|
|||
```
|
||||
;; Set up lean-root path
|
||||
(setq lean-rootdir "\\lean-0.2.0-windows")
|
||||
(setq-local lean-emacs-path “\\lean-0.2.0-windows\\share\\emacs\\site-lisp\\lean")
|
||||
(setq-local lean-emacs-path "\\lean-0.2.0-windows\\share\\emacs\\site-lisp\\lean")
|
||||
(add-to-list 'load-path (expand-file-name lean-emacs-path))
|
||||
(require 'lean-mode)
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue