doc(README.md): add Aquamacs case, ask to update lean-rootdir

[skip ci]
This commit is contained in:
Soonho Kong 2014-10-31 09:58:15 -07:00
parent 57b19b787b
commit 96f620adf6

View file

@ -39,7 +39,8 @@ to use full features of ``lean-mode``.
Install
=======
Put the following elisp code on your emacs setup (e.g. ``.emacs.d/init.el``):
Put the following elisp code on your emacs setup
(e.g. ``.emacs.d/init.el`` [GNU Emacs], ``~/Library/Preferences/Aquamacs Emacs/Preferences.el`` [Aquamacs]) :
```elisp
(require 'package)
@ -60,7 +61,7 @@ Put the following elisp code on your emacs setup (e.g. ``.emacs.d/init.el``):
(package-install p))))
;; Set up lean-root path
(setq lean-rootdir "~/projects/lean")
(setq lean-rootdir "~/projects/lean") ;; <=== YOU NEED TO MODIFY THIS
(setq-local lean-emacs-path
(concat (file-name-as-directory lean-rootdir)
(file-name-as-directory "src")