From 00908de3b96f9deca1bc7fe3b4a48e0d9b48bef6 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:47:32 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a35291d..bfca4ea 100644 --- a/README.md +++ b/README.md @@ -2284,8 +2284,10 @@ And [add the Elpaca bootstrap code](https://github.com/progfolio/elpaca?tab=read (add-hook 'after-init-hook #'elpaca-process-queues) (elpaca `(,@elpaca-order)) -;; Uncomment for systems which cannot create symlinks: -;; (elpaca-no-symlink-mode) +;; Enable 'elpaca-no-symlink-mode' on Windows, as symlink creation +;; often fails without Administrator privileges or Developer Mode. +(when (eq system-type 'windows-nt) + (elpaca-no-symlink-mode 1)) ;; Install use-package support (elpaca