commit f3519106f91d74ecb2629f168baaebdbc5d39c36
parent 726bb2b011b94c09ac985551a926d16bf18a76fc
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 14 Jul 2020 21:27:29 +0300
straight: add to load-path and use (require) to fix linting errors
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/init.org b/init.org
@@ -188,6 +188,11 @@ itself.
(goto-char (point-max))
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))
+
+ (eval-when-compile
+ (add-to-list 'load-path (concat user-emacs-directory "straight/repos/straight.el"))
+ (add-to-list 'load-path (concat user-emacs-directory "straight/repos/use-package"))
+ (require 'straight))
#+END_SRC
*** Straight default configurations