Skip to content

Commit

Permalink
Merge pull request #452 from nickmccurdy/patch-1
Browse files Browse the repository at this point in the history
Use recommended exec-path-from-shell predicate
  • Loading branch information
jwiegley committed Apr 10, 2017
2 parents 9435dcf + c324e43 commit 0139f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -251,7 +251,7 @@ In another example, we can load things conditional on the operating system:

```
(use-package exec-path-from-shell
:if (eq system-type 'darwin)
:if (memq window-system '(mac ns))
:ensure t
:config
(exec-path-from-shell-initialize))
Expand Down

0 comments on commit 0139f85

Please sign in to comment.