Skip to content

Commit

Permalink
tweak(builtin): pin map and let-alist
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 26, 2023
1 parent 0761b3d commit 6eff30b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@
(define-key transient-map [escape] #'transient-quit-one)
(define-key transient-map (kbd "q") #'transient-quit-one))

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

(use-package let-alist
:straight (:type built-in))


(provide 'me-builtin)

0 comments on commit 6eff30b

Please sign in to comment.