Update README.md

This commit is contained in:
James Cherti
2026-03-14 15:47:32 -04:00
parent 5cabe62116
commit 00908de3b9

View File

@@ -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) (add-hook 'after-init-hook #'elpaca-process-queues)
(elpaca `(,@elpaca-order)) (elpaca `(,@elpaca-order))
;; Uncomment for systems which cannot create symlinks: ;; Enable 'elpaca-no-symlink-mode' on Windows, as symlink creation
;; (elpaca-no-symlink-mode) ;; often fails without Administrator privileges or Developer Mode.
(when (eq system-type 'windows-nt)
(elpaca-no-symlink-mode 1))
;; Install use-package support ;; Install use-package support
(elpaca (elpaca