summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2013-10-05 11:50:26 +0100
committerAlan Pearce2013-10-05 11:51:16 +0100
commitcf9e2160505c1346ff15f6c9f71741c9b715e385 (patch)
treeeb139b9365e113d7a23b39e03336e4c182256816
parent6a418f791a153951437596103c7695edae2474e9 (diff)
downloaddotfiles-cf9e2160505c1346ff15f6c9f71741c9b715e385.tar.lz
dotfiles-cf9e2160505c1346ff15f6c9f71741c9b715e385.tar.zst
dotfiles-cf9e2160505c1346ff15f6c9f71741c9b715e385.zip
Emacs: Switch back to auto-compile from auto-async-byte-compile
-rw-r--r--emacs/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 618e718..65f79fc 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1053,9 +1053,9 @@ Also returns nil if pid is nil."
 
 ;;;; Programming
 
-(use-package auto-async-byte-compile
+(use-package auto-compile
   :ensure t
-  :init (add-hook 'emacs-lisp-mode-hook #'auto-async-byte-compile-mode))
+  :init (add-hook 'emacs-lisp-mode-hook #'auto-compile-on-save-mode))
 
 (use-package cc-mode
   :defer t