summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-09-28 17:06:47 +0100
committerAlan Pearce2013-09-28 17:06:47 +0100
commita7d64a6e05aa450dda63f9b8b68e637471b223c5 (patch)
treec4ba73f12f92b48356ad26ddb637d0df8ef4e544 /emacs
parent1066cf861b650ac1a40e834dc08f48137fc3936a (diff)
downloaddotfiles-a7d64a6e05aa450dda63f9b8b68e637471b223c5.tar.lz
dotfiles-a7d64a6e05aa450dda63f9b8b68e637471b223c5.tar.zst
dotfiles-a7d64a6e05aa450dda63f9b8b68e637471b223c5.zip
Replace auto-compile-mode with auto-async-byte-compile
Diffstat (limited to 'emacs')
-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