Skip to content

Commit

Permalink
Forcing project from being handled by straight. See: radian-software/…
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiro1 authored and claudemiro-spaceshelf committed Dec 29, 2024
1 parent 000ad04 commit 3875976
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lisp/my-straight.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
;;; -*- lexical-binding: t; -*-

;; Straight.el Bootstrap
(setopt package-enable-at-startup nil)
(defvar bootstrap-version)
(let ((bootstrap-file
(expand-file-name
Expand All @@ -16,4 +17,8 @@
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))


;; See: https://github.com/radian-software/straight.el/issues/1146
(straight-use-package 'project)

(provide 'my-straight)

0 comments on commit 3875976

Please sign in to comment.