aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/emacs.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index c93c7141..bd345c04 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))