Skip to content

Commit

Permalink
feat(bootstrap): add support for system packages dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 16, 2024
1 parent 650b10c commit 3494b59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/me-bootstrap.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
(unless (require 'use-package nil t)
(straight-use-package 'use-package))

;; Add support for ensuring system dependencies using `:ensure-system-package' in `use-package'.
(straight-use-package 'system-packages)

;; Add the `:pin-ref' extension to integrate `straight' with `use-package'. And
;; add support for `minemacs-disabled-packages'.
(require 'me-use-package-extra)
Expand Down

0 comments on commit 3494b59

Please sign in to comment.