diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-06-13 11:40:09 +0200 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-06-13 11:40:09 +0200 |
commit | e6c464aadf7e58ceaae3b3058b6a2014ea7d0455 (patch) | |
tree | 029e495851ee3fea045b943456856dbfd1bde77a | |
parent | 7ff7e7624dea703a5f23e31910081f2f4bc9a3cb (diff) |
emacs: Remove async package
-rw-r--r-- | .config/emacs/init.el | 9 |
1 files changed, 0 insertions, 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 @@ -294,15 +294,6 @@ the buffer without saving it." (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 (require 'mm-abbrev) ; Text Expansion |