Skip to content

Commit

Permalink
Add "require" to example config snippet
Browse files Browse the repository at this point in the history
See #116
  • Loading branch information
purcell authored Jan 4, 2024
1 parent 99b1b73 commit 6c10a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ This function may also be called interactively.
The author uses the following configuration snippet before calling `exec-path-from-shell-initialize`:

```el
(require 'exec-path-from-shell)
(dolist (var '("SSH_AUTH_SOCK" "SSH_AGENT_PID" "GPG_AGENT_INFO" "LANG" "LC_CTYPE" "NIX_SSL_CERT_FILE" "NIX_PATH"))
(add-to-list 'exec-path-from-shell-variables var))
```
Expand Down

0 comments on commit 6c10a9d

Please sign in to comment.