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 39755bf322 045/114: Use 'el' code blo


From: ELPA Syncer
Subject: [nongnu] elpa/exec-path-from-shell 39755bf322 045/114: Use 'el' code block type rather than 'scheme'
Date: Tue, 5 Sep 2023 03:59:59 -0400 (EDT)

branch: elpa/exec-path-from-shell
commit 39755bf3227e63f6790c1869cba3cd944fd9e00c
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    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")
 ```
 



reply via email to

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