1
0
Fork 0

fix(emacs): correct async package

This commit is contained in:
Lucas Sta Maria 2025-02-26 21:33:09 -05:00
parent 172ddefc51
commit db04c7fc42
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -10,7 +10,7 @@
(use-package ht :straight t)
(use-package dash :straight t)
(use-package htmlize :straight t)
(use-package emacs-async :straight t)
(use-package async :straight t)
(provide 'priime-elisp)