From db04c7fc426d3cb233ec396317969936ee87c71e Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 26 Feb 2025 21:33:09 -0500 Subject: [PATCH] fix(emacs): correct `async` package --- .emacs.d/include/priime-elisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/priime-elisp.el b/.emacs.d/include/priime-elisp.el index 69ee536..6d41341 100644 --- a/.emacs.d/include/priime-elisp.el +++ b/.emacs.d/include/priime-elisp.el @@ -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)