From e6c464aadf7e58ceaae3b3058b6a2014ea7d0455 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 13 Jun 2025 11:40:09 +0200 Subject: emacs: Remove async package --- .config/emacs/init.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index a8620d6..56e8476 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -293,15 +293,6 @@ 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