all repos — archive/dotfiles @ 04282bd74329cfb3efecdf557c5bae4c892409aa

Superseded by nixfiles

Emacs: Only enable async byte compile if loaded
Alan Pearce alan@alanpearce.eu
Wed, 17 Oct 2018 22:27:20 +0200
commit

04282bd74329cfb3efecdf557c5bae4c892409aa

parent

2f34d805d7a5ef43fd37c449b00a8c3affa2bc78

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

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -1852,8 +1852,7 @@ ;;;;; Auto-compile 
 ;; Auto-compile emacs lisp when saving, asynchronously.
 (use-package auto-async-byte-compile
-  :defer t
-  :init (add-hook 'emacs-lisp-mode-hook #'enable-auto-async-byte-compile-mode))
+  :config (add-hook 'emacs-lisp-mode-hook #'enable-auto-async-byte-compile-mode))
 
 ;;;;; cc-mode