fix(emacs/README.md): wrong quotation mark

[skip ci]
This commit is contained in:
Soonho Kong 2015-03-04 17:04:39 -05:00
parent 4266b8c7a3
commit 8265729a82

View file

@ -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)
```