Skip to content

Commit

Permalink
tweak(builtin): mark seq as builtin
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 29, 2023
1 parent 1f24de5 commit d72f9ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
(use-package let-alist
:straight (:type built-in))

(use-package seq
:straight (:type built-in))

(use-package password-cache
:straight (:type built-in)
:custom
Expand Down

0 comments on commit d72f9ad

Please sign in to comment.