wip: fix: Fix and refactor emacs-wrapper and Straight.el things
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
(let ((bootstrap-file
|
||||
(file-name-concat straight-base-dir
|
||||
"repos/straight.el/bootstrap.el"))
|
||||
"straight/repos/straight.el/bootstrap.el"))
|
||||
(bootstrap-version 7))
|
||||
(unless (file-exists-p bootstrap-file)
|
||||
(let* ((url "https://raw.githubusercontent.com/radian-software/straight.el/develop/install.el")
|
||||
@@ -19,6 +19,8 @@
|
||||
(with-current-buffer url-buffer
|
||||
(goto-char (point-max))
|
||||
(eval-print-last-sexp))))
|
||||
(load bootstrap-file nil 'nomessage))
|
||||
(load-file bootstrap-file)
|
||||
;; (load bootstrap-file nil 'nomessage)
|
||||
)
|
||||
|
||||
(setq straight-use-package-by-default t))
|
||||
|
||||
Reference in New Issue
Block a user