summary refs log tree commit diff stats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/main.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 960ad8f..6801294 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1852,8 +1852,7 @@ With two prefix arguments, write out the day and month name."
 
 ;; Auto-compile emacs lisp when saving, asynchronously.
 (use-package auto-async-byte-compile
-  :defer t
-  :init (add-hook 'emacs-lisp-mode-hook #'enable-auto-async-byte-compile-mode))
+  :config (add-hook 'emacs-lisp-mode-hook #'enable-auto-async-byte-compile-mode))
 
 ;;;;; cc-mode