From: alex Date: Tue, 13 Dec 2022 21:06:08 +0000 (+0100) Subject: Add note about problems downloading straight.el X-Git-Tag: 20240214-emacs~544 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=cb44999e56fc6a91af70f49044036d2228ab4410;p=alex.git Add note about problems downloading straight.el --- diff --git a/emacs/emacs.el b/emacs/emacs.el index c93c714..bd345c0 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -1,5 +1,12 @@ ;; symlink this file to ~/.emacs +;; if you get "End of file during parsing", refer to: +;; +;; https://github.com/radian-software/straight.el#debugging +;; +;; , particularly the note "Sometimes, in a corporate environment"... you +;; might need to clone straight.el into ~/.emacs.d manually + (defvar bootstrap-version) (let ((bootstrap-file (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))