diff options
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ -294,6 +294,15 @@ 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 |