From 849f3acec732fe6e5b28e52e2bd06c68d87f5fba Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:47:59 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df6f68..353a709 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ Native compilation enhances Emacs performance by converting Elisp code into nati On macOS, GUI applications (launched from the Finder, Dock, or Spotlight) do not inherit the user's shell environment variables by default. This often causes errors where Emacs cannot find external tools like `git`, `grep`, `pip`, or language servers (LSP), even if they work perfectly in your terminal. -To fix this, add `exec-path-from-shell` to `~/.emacs.d/post-init.el`: +To fix this, add **exec-path-from-shell** to `~/.emacs.d/post-init.el`: ```elisp (use-package exec-path-from-shell