summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el
index c179c27..a36ae20 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1043,10 +1043,9 @@ Also returns nil if pid is nil."
 
 ;;;; Programming
 
-(use-package auto-compile
+(use-package auto-async-byte-compile
   :ensure t
-  :commands (auto-compile-on-save-mode)
-  :init (add-hook 'emacs-lisp-mode-hook #'auto-compile-on-save-mode))
+  :init (add-hook 'emacs-lisp-mode-hook #'auto-async-byte-compile-mode))
 
 (use-package cc-mode
   :defer t