diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el index c179c278..a36ae20b 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 |