all repos — nixfiles @ 04282bd74329cfb3efecdf557c5bae4c892409aa

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

Emacs: Only enable async byte compile if loaded

Alan Pearce
commit

04282bd74329cfb3efecdf557c5bae4c892409aa

parent

2f34d805d7a5ef43fd37c449b00a8c3affa2bc78

1 file changed, 1 insertion(+), 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