branch: elpa/exec-path-from-shell
commit 39755bf3227e63f6790c1869cba3cd944fd9e00c
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
Use 'el' code block type rather than 'scheme'
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index caa08ea2f9..686c752a01 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Usage
Add the following to your `init.el`:
-```scheme
+```el
(when (memq window-system '(mac ns))
(exec-path-from-shell-initialize))
```
@@ -55,7 +55,7 @@ You can copy values of other environment variables by
customizing
`exec-path-from-shell-initialize`, or by calling
`exec-path-from-shell-copy-env`, e.g.:
-```scheme
+```el
(exec-path-from-shell-copy-env "PYTHONPATH")
```