diff options
Diffstat (limited to '.config/emacs/init.el')
-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 |