emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/exec-path-from-shell 6c10a9d4a3: Add "require" to example


From: ELPA Syncer
Subject: [nongnu] elpa/exec-path-from-shell 6c10a9d4a3: Add "require" to example config snippet
Date: Thu, 4 Jan 2024 13:00:22 -0500 (EST)

branch: elpa/exec-path-from-shell
commit 6c10a9d4a38425f2b494013b6bdff91537a6b6da
Author: Steve Purcell <steve@sanityinc.com>
Commit: GitHub <noreply@github.com>

    Add "require" to example config snippet
    
    See #116
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 11c53bea66..26adcaf673 100644
--- a/README.md
+++ b/README.md
@@ -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))
 ```



reply via email to

[Prev in Thread] Current Thread [Next in Thread]