1
0
Fork 0

fix(emacs): add emacs-async package as dependency

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-10-31 02:06:02 -04:00
parent eabb2ba37c
commit ef5a31eaba
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -22,6 +22,7 @@
(use-package s :straight t) (use-package s :straight t)
(use-package f :straight t) (use-package f :straight t)
(use-package dash :straight t) (use-package dash :straight t)
(straight-use-package 'emacs-async)
;; LSP ;; LSP
;; For some reason, eglot-related configuration MUST be put here, or ;; For some reason, eglot-related configuration MUST be put here, or