From cb44999e56fc6a91af70f49044036d2228ab4410 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 13 Dec 2022 22:06:08 +0100 Subject: [PATCH] Add note about problems downloading straight.el --- emacs/emacs.el | 7 +++++++ 1 file changed, 7 insertions(+) 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)) -- 2.47.3