summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-10-02 08:01:37 +0100
committerAlan Pearce2013-10-02 08:01:37 +0100
commitdd63c2cfabdffb0b9c8acf780e81e1562fe6e0e9 (patch)
tree94379b70abbc25ca81c19926f7480d2f8c66e399 /emacs
parentf7bc7d5d4978f57126f6e298cc917388bd6442f5 (diff)
downloaddotfiles-dd63c2cfabdffb0b9c8acf780e81e1562fe6e0e9.tar.lz
dotfiles-dd63c2cfabdffb0b9c8acf780e81e1562fe6e0e9.tar.zst
dotfiles-dd63c2cfabdffb0b9c8acf780e81e1562fe6e0e9.zip
Revert "Replace auto-compile-mode with auto-async-byte-compile"
This reverts commit a7d64a6e05aa450dda63f9b8b68e637471b223c5.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 925ff8e..a852634 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1053,9 +1053,10 @@ 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))
+  :commands (auto-compile-on-save-mode)
+  :init (add-hook 'emacs-lisp-mode-hook #'auto-compile-on-save-mode))
 
 (use-package cc-mode
   :defer t