all repos — nixfiles @ cf9e2160505c1346ff15f6c9f71741c9b715e385

System and user configuration, managed by nix and home-manager

Emacs: Switch back to auto-compile from auto-async-byte-compile
Alan Pearce alan@alanpearce.co.uk
Sat, 05 Oct 2013 11:50:26 +0100
commit

cf9e2160505c1346ff15f6c9f71741c9b715e385

parent

6a418f791a153951437596103c7695edae2474e9

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -1053,9 +1053,9 @@ (bind-key "C-c e" #'eval-and-replace) 
 ;;;; 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