From 9b3cd270e33097f7a4788ede44e05de4a2a7194f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 12 Dec 2024 22:38:12 +0100 Subject: emacs: Install async.el --- .config/emacs/init.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 8a7b2b3..9bb921c 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -293,6 +293,15 @@ the buffer without saving it." (dolist (command #'(find-file find-alternate-file write-file)) (advice-add command :around #'mm-auto-create-directories)) + +;;; Emacs Lisp Libraries + +;; The following are included here because they’re required by some of +;; the modules. + +(use-package async + :ensure t) + ;;; Load Modules -- cgit v1.2.3