all repos — archive/dotfiles @ a7d64a6e05aa450dda63f9b8b68e637471b223c5

Superseded by nixfiles

Replace auto-compile-mode with auto-async-byte-compile

Alan Pearce
commit

a7d64a6e05aa450dda63f9b8b68e637471b223c5

parent

1066cf861b650ac1a40e834dc08f48137fc3936a

1 file changed, 2 insertions(+), 3 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -1043,10 +1043,9 @@ (bind-key "C-c e" #'eval-and-replace)
;;;; Programming -(use-package auto-compile +(use-package auto-async-byte-compile :ensure t - :commands (auto-compile-on-save-mode) - :init (add-hook 'emacs-lisp-mode-hook #'auto-compile-on-save-mode)) + :init (add-hook 'emacs-lisp-mode-hook #'auto-async-byte-compile-mode)) (use-package cc-mode :defer t