Skip to content

Commit

Permalink
refactor: include satch and once as internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 14, 2024
1 parent 9cf35f1 commit 52661b2
Show file tree
Hide file tree
Showing 4 changed files with 1,038 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/me-bootstrap.el
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,6 @@
:when (< emacs-major-version 30)
:demand)

;; Extra utilities
;; Be cautious about the installed revision of `once' and `satch' as they aren't stable yet
(use-package once
:straight (:host github :repo "emacs-magus/once"))

(use-package satch
:straight (:host github :repo "emacs-magus/satch.el"))


(provide 'me-bootstrap)

Expand Down
Loading

0 comments on commit 52661b2

Please sign in to comment.