branch: elpa/exec-path-from-shell
commit ba09c3419f29b847aaff85f5115cc01d8ae97899
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
Note necessity of calling `package-initialize` (closes #19)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 686c752a01..46a97dd67d 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ the latest release or clone the repository, and install
Usage
-----
-Add the following to your `init.el`:
+Add the following to your `init.el` (after calling `package-initialize`):
```el
(when (memq window-system '(mac ns))